#78126E

Color #78126E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #78126E

Tints of Dark Purple #78126E

Color information

#78126E (or 0x78126E) is unknown color: approx Dark Purple. HEX triplet: 78, 12 and 6E. RGB value is (120,18,110). Sum of RGB (Red+Green+Blue) = 120+18+110=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78126E is #87ED91. Grayscale: #3A3A3A. Windows color (decimal): -8908178 or 7213688. OLE color: 7213688.

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

Color convert

RGB12018110-
CMYK00.850.080.53
HSL305.88º73.91%27.06%-
HSV(B)305.88º85%47.06%-
XYZ10.785.5515.26-
YUV58.99156.79171.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=48.39%
G=7.26%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201811000.850.080.53305.8873.9127.06
Hex78126E0558351324a1b
Octal170221560125106546211233
Binary1111000100101101110010101011000110101100110010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78126E;
 }
 .AnyTagClassName
 {
   color: #78126E;
 }
</style>
background-color css

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

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

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

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

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

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