#801489

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

Shades of Purple #801489

Tints of Purple #801489

Color information

#801489 (or 0x801489) is unknown color: approx Purple. HEX triplet: 80, 14 and 89. RGB value is (128,20,137). Sum of RGB (Red+Green+Blue) = 128+20+137=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #801489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801489 is #7FEB76. Grayscale: #414141. Windows color (decimal): -8383351 or 8983680. OLE color: 8983680.

HSL color Cylindrical-coordinate representation of color #801489: hue angle of 295.38º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801489 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12820137-
CMYK0.070.8500.46
HSL295.38º74.52%30.78%-
HSV(B)295.38º85.4%53.73%-
XYZ13.676.924.28-
YUV65.63168.28172.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=44.91%
G=7.02%
B=48.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128201370.070.8500.46295.3874.5230.78
Hex80148975502E1274b1f
Octal20024211712505644711337
Binary10000000101001000100111110101010101110100100111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801489; }

 p { color: rgb(128,20,137); }

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

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

 a { background-color: rgb(128,20,137); }

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

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

 span { border-color: rgb(128,20,137); }

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