Html Css Color HEX #78126D Dark Purple

📋 copy color: '#78126D'

red 120 ◦ green 18 ◦ blue 109

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

Shades of Dark Purple #78126D

Tints of Dark Purple #78126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 48.58%
G = 7.29%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78126D (or 0x78126D) is known color: Dark Purple. HEX triplet: 78, 12 and 6D. RGB value is (120,18,109). Sum of RGB (Red+Green+Blue) = 120+18+109=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78126D is #87ED92. Grayscale: #3A3A3A. Windows color (decimal): -8908179 or 7148152. OLE color: 7148152.

HSL color Cylindrical-coordinate representation of color #78126D: hue angle of 306.47º 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 #78126D is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 109 -
CMYK 0 0.85 0.09 0.53
HSL 306.47º 0.74% 0.27% -
HSV(B) 306.47º 0.85% 0.47% -
XYZ 10.72 5.53 14.97 -
YUV 58.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 120 18 109 0 0.85 0.09 0.53 306.47 0.74 0.27
Hex 78 12 6D 0 55 9 35 132 4A 1B
Octal 170 22 155 0 125 11 65 462 112 33
Binary 1111000 10010 1101101 0 1010101 1001 110101 100110010 1001010 11011

Color Harmonies of #78126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78126D

Black with #78126D

Text Example


Text Example

White with #78126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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