#801187

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

Shades of Purple #801187

Tints of Purple #801187

Color information

#801187 (or 0x801187) is unknown color: approx Purple. HEX triplet: 80, 11 and 87. RGB value is (128,17,135). Sum of RGB (Red+Green+Blue) = 128+17+135=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #801187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801187 is #7FEE78. Grayscale: #3F3F3F. Windows color (decimal): -8384121 or 8851840. OLE color: 8851840.

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

Color convert

RGB12817135-
CMYK0.050.8700.47
HSL296.44º77.63%29.8%-
HSV(B)296.44º87.41%52.94%-
XYZ13.486.7423.51-
YUV63.64168.27173.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 17 (7.03% from 255) = 6.07%
BLUE value IS 135 (53.12% from 255) = 48.21%
R=45.71%
G=6.07%
B=48.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128171350.050.8700.47296.4477.6329.8
Hex80118755702F1284e1e
Octal20021207512705745011636
Binary10000000100011000011110110101110101111100101000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801187; }

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

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

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

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

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

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

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

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