Html Css Color HEX #780B76 Purple

📋 copy color: '#780B76'

red 120 ◦ green 11 ◦ blue 118

#780B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #780B76

Tints of Purple #780B76

RGB

 RED value IS 120 (47.27% from 255) = 48.19%

 GREEN value IS 11 (4.69% from 255) = 4.42%

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 48.19%
G = 4.42%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#780B76 (or 0x780B76) is known color: Purple. HEX triplet: 78, 0B and 76. RGB value is (120,11,118). Sum of RGB (Red+Green+Blue) = 120+11+118=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #780B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B76 is #87F489. Grayscale: #373737. Windows color (decimal): -8909962 or 7736184. OLE color: 7736184.

HSL color Cylindrical-coordinate representation of color #780B76: hue angle of 301.1º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B76 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 11 118 -
CMYK 0 0.91 0.02 0.53
HSL 301.1º 0.83% 0.26% -
HSV(B) 301.1º 0.91% 0.47% -
XYZ 11.14 5.54 17.62 -
YUV 55.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 120 11 118 0 0.91 0.02 0.53 301.1 0.83 0.26
Hex 78 B 76 0 5B 2 35 12D 53 1A
Octal 170 13 166 0 133 2 65 455 123 32
Binary 1111000 1011 1110110 0 1011011 10 110101 100101101 1010011 11010

Color Harmonies of #780B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B76

Black with #780B76

Text Example


Text Example

White with #780B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780B76; }

 p { color: rgb(120,11,118); }

 H1.HeaderClassName
 {
   color: #780B76;
 }
 .AnyTagClassName
 {
   color: #780B76;
 }
</style>

background-color css

<style>
 a { background-color: #780B76; }

 a { background-color: rgb(120,11,118); }

 div.DivClassName
 {
   background-color: #780B76;
 }
 .BgClassName
 {
   background-color: #780B76;
 }
</style>

border-color css

<style>
 span { border-color: #780B76; }

 span { border-color: rgb(120,11,118); }

 td.TdClassName
 {
   border-color: #780B76;
 }
 .TagClassName
 {
   border-color: #780B76;
 }
</style>