Html Css Color HEX #78126A Dark Purple

📋 copy color: '#78126A'

red 120 ◦ green 18 ◦ blue 106

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

Shades of Dark Purple #78126A

Tints of Dark Purple #78126A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 106 (41.8% from 255) = 43.44%

R = 49.18%
G = 7.38%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78126A (or 0x78126A) is known color: Dark Purple. HEX triplet: 78, 12 and 6A. RGB value is (120,18,106). Sum of RGB (Red+Green+Blue) = 120+18+106=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #78126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78126A is #87ED95. Grayscale: #3A3A3A. Windows color (decimal): -8908182 or 6951544. OLE color: 6951544.

HSL color Cylindrical-coordinate representation of color #78126A: hue angle of 308.24º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78126A is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 106 -
CMYK 0 0.85 0.12 0.53
HSL 308.24º 0.74% 0.27% -
HSV(B) 308.24º 0.85% 0.47% -
XYZ 10.56 5.47 14.13 -
YUV 58.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 120 18 106 0 0.85 0.12 0.53 308.24 0.74 0.27
Hex 78 12 6A 0 55 C 35 134 4A 1B
Octal 170 22 152 0 125 14 65 464 112 33
Binary 1111000 10010 1101010 0 1010101 1100 110101 100110100 1001010 11011

Color Harmonies of #78126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78126A

Black with #78126A

Text Example


Text Example

White with #78126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78126A; }

 p { color: rgb(120,18,106); }

 H1.HeaderClassName
 {
   color: #78126A;
 }
 .AnyTagClassName
 {
   color: #78126A;
 }
</style>

background-color css

<style>
 a { background-color: #78126A; }

 a { background-color: rgb(120,18,106); }

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

border-color css

<style>
 span { border-color: #78126A; }

 span { border-color: rgb(120,18,106); }

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