#871776

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

Shades of Dark Purple #871776

Tints of Dark Purple #871776

Color information

#871776 (or 0x871776) is unknown color: approx Dark Purple. HEX triplet: 87, 17 and 76. RGB value is (135,23,118). Sum of RGB (Red+Green+Blue) = 135+23+118=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #871776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871776 is #78E889. Grayscale: #434343. Windows color (decimal): -7923850 or 7739271. OLE color: 7739271.

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

Color convert

RGB13523118-
CMYK00.830.130.47
HSL309.11º70.89%30.98%-
HSV(B)309.11º82.96%52.94%-
XYZ13.577.0717.79-
YUV67.32156.61176.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 23 (9.38% from 255) = 8.33%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=48.91%
G=8.33%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352311800.830.130.47309.1170.8930.98
Hex871776053D2F135471f
Octal207271660123155746510737
Binary10000111101111110110010100111101101111100110101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871776; }

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

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

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

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

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

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

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

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