#80066C

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

Shades of Purple #80066C

Tints of Purple #80066C

Color information

#80066C (or 0x80066C) is unknown color: approx Purple. HEX triplet: 80, 06 and 6C. RGB value is (128,6,108). Sum of RGB (Red+Green+Blue) = 128+6+108=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80066C is #7FF993. Grayscale: #353535. Windows color (decimal): -8386964 or 7079552. OLE color: 7079552.

HSL color Cylindrical-coordinate representation of color #80066C: hue angle of 309.84º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80066C is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB1286108-
CMYK00.950.160.50
HSL309.84º91.04%26.27%-
HSV(B)309.84º95.31%50.2%-
XYZ11.675.814.69-
YUV54.11158.42180.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.89%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=52.89%
G=2.48%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128610800.950.160.50309.8491.0426.27
Hex8066C05F10321365b1a
Octal20061540137206246613332
Binary1000000011011011000101111110000110010100110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80066C; }

 p { color: rgb(128,6,108); }

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

<style>
 a { background-color: #80066C; }

 a { background-color: rgb(128,6,108); }

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

<style>
 span { border-color: #80066C; }

 span { border-color: rgb(128,6,108); }

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