#870D79

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

Shades of Dark Purple #870D79

Tints of Dark Purple #870D79

Color information

#870D79 (or 0x870D79) is unknown color: approx Dark Purple. HEX triplet: 87, 0D and 79. RGB value is (135,13,121). Sum of RGB (Red+Green+Blue) = 135+13+121=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #870D79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D79 is #78F286. Grayscale: #3D3D3D. Windows color (decimal): -7926407 or 7933319. OLE color: 7933319.

HSL color Cylindrical-coordinate representation of color #870D79: hue angle of 306.89º degrees, saturation: 0.82, 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 #870D79 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13513121-
CMYK00.900.100.47
HSL306.89º82.43%29.02%-
HSV(B)306.89º90.37%52.94%-
XYZ13.596.8218.69-
YUV61.79161.42180.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 13 (5.47% from 255) = 4.83%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=50.19%
G=4.83%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351312100.900.100.47306.8982.4329.02
Hex87D7905AA2F133521d
Octal207151710132125746312235
Binary1000011111011111001010110101010101111100110011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,13,121); }

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

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

 a { background-color: rgb(135,13,121); }

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

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

 span { border-color: rgb(135,13,121); }

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