#80056A

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

Shades of Purple #80056A

Tints of Purple #80056A

Color information

#80056A (or 0x80056A) is unknown color: approx Purple. HEX triplet: 80, 05 and 6A. RGB value is (128,5,106). Sum of RGB (Red+Green+Blue) = 128+5+106=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80056A is #7FFA95. Grayscale: #353535. Windows color (decimal): -8387222 or 6948224. OLE color: 6948224.

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

Color convert

RGB1285106-
CMYK00.960.170.50
HSL310.73º92.48%26.08%-
HSV(B)310.73º96.09%50.2%-
XYZ11.565.7414.13-
YUV53.29157.75181.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.56%
GREEN value IS 5 (2.34% from 255) = 2.09%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=53.56%
G=2.09%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128510600.960.170.50310.7392.4826.08
Hex8056A06011321375c1a
Octal20051520140216246713432
Binary1000000010111010100110000010001110010100110111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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