#80006B

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

Shades of Purple #80006B

Tints of Purple #80006B

Color information

#80006B (or 0x80006B) is unknown color: approx Purple. HEX triplet: 80, 00 and 6B. RGB value is (128,0,107). Sum of RGB (Red+Green+Blue) = 128+0+107=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #80006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80006B is #7FFF94. Grayscale: #323232. Windows color (decimal): -8388501 or 7012480. OLE color: 7012480.

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

Color convert

RGB1280107-
CMYK010.160.50
HSL309.84º100%25.1%-
HSV(B)309.84º100%50.2%-
XYZ11.565.6514.39-
YUV50.47159.91183.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=54.47%
G=0%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1280107010.160.50309.8410025.1
Hex8006B06410321366419
Octal20001530144206246614431
Binary10000000011010110110010010000110010100110110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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