#80006A

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

Shades of Purple #80006A

Tints of Purple #80006A

Color information

#80006A (or 0x80006A) is unknown color: approx Purple. HEX triplet: 80, 00 and 6A. RGB value is (128,0,106). Sum of RGB (Red+Green+Blue) = 128+0+106=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #80006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80006A is #7FFF95. Grayscale: #323232. Windows color (decimal): -8388502 or 6946944. OLE color: 6946944.

HSL color Cylindrical-coordinate representation of color #80006A: hue angle of 310.31º 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 #80006A is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB1280106-
CMYK010.170.50
HSL310.31º100%25.1%-
HSV(B)310.31º100%50.2%-
XYZ11.55.6314.12-
YUV50.36159.41183.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=54.70%
G=0%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1280106010.170.50310.3110025.1
Hex8006A06411321366419
Octal20001520144216246614431
Binary10000000011010100110010010001110010100110110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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