#871070

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

Shades of Dark Purple #871070

Tints of Dark Purple #871070

Color information

#871070 (or 0x871070) is unknown color: approx Dark Purple. HEX triplet: 87, 10 and 70. RGB value is (135,16,112). Sum of RGB (Red+Green+Blue) = 135+16+112=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #871070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871070 is #78EF8F. Grayscale: #3E3E3E. Windows color (decimal): -7925648 or 7344263. OLE color: 7344263.

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

Color convert

RGB13516112-
CMYK00.880.170.47
HSL311.6º78.81%29.61%-
HSV(B)311.6º88.15%52.94%-
XYZ13.16.6915.93-
YUV62.52155.92179.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=51.33%
G=6.08%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351611200.880.170.47311.678.8129.61
Hex871070058112F1384f1e
Octal207201600130215747011736
Binary100001111000011100000101100010001101111100111000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871070; }

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

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

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

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

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

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

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

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