#78126D

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

Shades of Dark Purple #78126D

Tints of Dark Purple #78126D

Color information

#78126D (or 0x78126D) is unknown color: approx 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

RGB12018109-
CMYK00.850.090.53
HSL306.47º73.91%27.06%-
HSV(B)306.47º85%47.06%-
XYZ10.725.5314.97-
YUV58.87156.29171.6-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201810900.850.090.53306.4773.9127.06
Hex78126D0559351324a1b
Octal170221550125116546211233
Binary1111000100101101101010101011001110101100110010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>