#80066B

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

Shades of Purple #80066B

Tints of Purple #80066B

Color information

#80066B (or 0x80066B) is unknown color: approx Purple. HEX triplet: 80, 06 and 6B. RGB value is (128,6,107). Sum of RGB (Red+Green+Blue) = 128+6+107=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80066B is #7FF994. Grayscale: #353535. Windows color (decimal): -8386965 or 7014016. OLE color: 7014016.

HSL color Cylindrical-coordinate representation of color #80066B: hue angle of 310.33º 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 #80066B is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB1286107-
CMYK00.950.160.50
HSL310.33º91.04%26.27%-
HSV(B)310.33º95.31%50.2%-
XYZ11.625.7814.41-
YUV53.99157.92180.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=53.11%
G=2.49%
B=44.40%

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
Decimal128610700.950.160.50310.3391.0426.27
Hex8066B05F10321365b1a
Octal20061530137206246613332
Binary1000000011011010110101111110000110010100110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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