#871180

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

Shades of Dark Purple #871180

Tints of Dark Purple #871180

Color information

#871180 (or 0x871180) is unknown color: approx Dark Purple. HEX triplet: 87, 11 and 80. RGB value is (135,17,128). Sum of RGB (Red+Green+Blue) = 135+17+128=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #871180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871180 is #78EE7F. Grayscale: #404040. Windows color (decimal): -7925376 or 8393095. OLE color: 8393095.

HSL color Cylindrical-coordinate representation of color #871180: hue angle of 303.56º 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 #871180 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13517128-
CMYK00.870.050.47
HSL303.56º77.63%29.8%-
HSV(B)303.56º87.41%52.94%-
XYZ14.097.1121.05-
YUV64.94163.59177.97-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351712800.870.050.47303.5677.6329.8
Hex87118005752F1304e1e
Octal20721200012755746011636
Binary10000111100011000000001010111101101111100110000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871180; }

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

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

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

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

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

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

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

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