#800578

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

Shades of Purple #800578

Tints of Purple #800578

Color information

#800578 (or 0x800578) is unknown color: approx Purple. HEX triplet: 80, 05 and 78. RGB value is (128,5,120). Sum of RGB (Red+Green+Blue) = 128+5+120=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #800578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800578 is #7FFA87. Grayscale: #363636. Windows color (decimal): -8387208 or 7865728. OLE color: 7865728.

HSL color Cylindrical-coordinate representation of color #800578: hue angle of 303.9º 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 #800578 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB1285120-
CMYK00.960.060.50
HSL303.9º92.48%26.08%-
HSV(B)303.9º96.09%50.2%-
XYZ12.356.0518.29-
YUV54.89164.75180.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.59%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=50.59%
G=1.98%
B=47.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128512000.960.060.50303.992.4826.08
Hex805780606321305c1a
Octal2005170014066246013432
Binary10000000101111100001100000110110010100110000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800578; }

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

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

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

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

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

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

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

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