#871770

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

Shades of Dark Purple #871770

Tints of Dark Purple #871770

Color information

#871770 (or 0x871770) is unknown color: approx Dark Purple. HEX triplet: 87, 17 and 70. RGB value is (135,23,112). Sum of RGB (Red+Green+Blue) = 135+23+112=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #871770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871770 is #78E88F. Grayscale: #424242. Windows color (decimal): -7923856 or 7346055. OLE color: 7346055.

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

Color convert

RGB13523112-
CMYK00.830.170.47
HSL312.32º70.89%30.98%-
HSV(B)312.32º82.96%52.94%-
XYZ13.226.9315.97-
YUV66.63153.61176.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 8.52%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=50%
G=8.52%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352311200.830.170.47312.3270.8930.98
Hex871770053112F138471f
Octal207271600123215747010737
Binary100001111011111100000101001110001101111100111000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871770; }

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

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

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

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

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

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

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

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