#870F6F

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

Shades of Dark Purple #870F6F

Tints of Dark Purple #870F6F

Color information

#870F6F (or 0x870F6F) is unknown color: approx Dark Purple. HEX triplet: 87, 0F and 6F. RGB value is (135,15,111). Sum of RGB (Red+Green+Blue) = 135+15+111=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #870F6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F6F is #78F090. Grayscale: #3D3D3D. Windows color (decimal): -7925905 or 7278471. OLE color: 7278471.

HSL color Cylindrical-coordinate representation of color #870F6F: hue angle of 312º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F6F is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13515111-
CMYK00.890.180.47
HSL312º80%29.41%-
HSV(B)312º88.89%52.94%-
XYZ13.036.6415.63-
YUV61.82155.76180.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 15 (6.25% from 255) = 5.75%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=51.72%
G=5.75%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351511100.890.180.473128029.41
Hex87F6F059122F138501d
Octal207171570131225747012035
Binary10000111111111011110101100110010101111100111000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,15,111); }

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

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

 a { background-color: rgb(135,15,111); }

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

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

 span { border-color: rgb(135,15,111); }

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