#871781

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

Shades of Dark Purple #871781

Tints of Dark Purple #871781

Color information

#871781 (or 0x871781) is unknown color: approx Dark Purple. HEX triplet: 87, 17 and 81. RGB value is (135,23,129). Sum of RGB (Red+Green+Blue) = 135+23+129=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #871781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871781 is #78E87E. Grayscale: #444444. Windows color (decimal): -7923839 or 8460167. OLE color: 8460167.

HSL color Cylindrical-coordinate representation of color #871781: hue angle of 303.21º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871781 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13523129-
CMYK00.830.040.47
HSL303.21º70.89%30.98%-
HSV(B)303.21º82.96%52.94%-
XYZ14.267.3521.44-
YUV68.57162.11175.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 23 (9.38% from 255) = 8.01%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=47.04%
G=8.01%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352312900.830.040.47303.2170.8930.98
Hex87178105342F12f471f
Octal20727201012345745710737
Binary10000111101111000000101010011100101111100101111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871781; }

 p { color: rgb(135,23,129); }

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

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

 a { background-color: rgb(135,23,129); }

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

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

 span { border-color: rgb(135,23,129); }

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