#80126A

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

Shades of Dark Purple #80126A

Tints of Dark Purple #80126A

Color information

#80126A (or 0x80126A) is unknown color: approx Dark Purple. HEX triplet: 80, 12 and 6A. RGB value is (128,18,106). Sum of RGB (Red+Green+Blue) = 128+18+106=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80126A is #7FED95. Grayscale: #3C3C3C. Windows color (decimal): -8383894 or 6951552. OLE color: 6951552.

HSL color Cylindrical-coordinate representation of color #80126A: hue angle of 312º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80126A is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB12818106-
CMYK00.860.170.50
HSL312º75.34%28.63%-
HSV(B)312º85.94%50.2%-
XYZ11.726.0614.19-
YUV60.92153.44175.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=50.79%
G=7.14%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281810600.860.170.5031275.3428.63
Hex80126A05611321384b1d
Octal200221520126216247011335
Binary100000001001011010100101011010001110010100111000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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