#870E70

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

Shades of Dark Purple #870E70

Tints of Dark Purple #870E70

Color information

#870E70 (or 0x870E70) is unknown color: approx Dark Purple. HEX triplet: 87, 0E and 70. RGB value is (135,14,112). Sum of RGB (Red+Green+Blue) = 135+14+112=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #870E70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E70 is #78F18F. Grayscale: #3D3D3D. Windows color (decimal): -7926160 or 7343751. OLE color: 7343751.

HSL color Cylindrical-coordinate representation of color #870E70: hue angle of 311.4º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E70 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13514112-
CMYK00.900.170.47
HSL311.4º81.21%29.22%-
HSV(B)311.4º89.63%52.94%-
XYZ13.076.6315.92-
YUV61.35156.59180.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 14 (5.86% from 255) = 5.36%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=51.72%
G=5.36%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351411200.900.170.47311.481.2129.22
Hex87E7005A112F137511d
Octal207161600132215746712135
Binary10000111111011100000101101010001101111100110111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870E70; }

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

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

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

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

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

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

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

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