#801487

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

Shades of Purple #801487

Tints of Purple #801487

Color information

#801487 (or 0x801487) is unknown color: approx Purple. HEX triplet: 80, 14 and 87. RGB value is (128,20,135). Sum of RGB (Red+Green+Blue) = 128+20+135=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #801487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801487 is #7FEB78. Grayscale: #414141. Windows color (decimal): -8383353 or 8852608. OLE color: 8852608.

HSL color Cylindrical-coordinate representation of color #801487: hue angle of 296.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801487 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12820135-
CMYK0.050.8500.47
HSL296.35º74.19%30.39%-
HSV(B)296.35º85.19%52.94%-
XYZ13.536.8423.53-
YUV65.4167.28172.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 20 (8.20% from 255) = 7.07%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=45.23%
G=7.07%
B=47.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128201350.050.8500.47296.3574.1930.39
Hex80148755502F1284a1e
Octal20024207512505745011236
Binary10000000101001000011110110101010101111100101000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801487; }

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

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

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

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

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

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

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

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