#870D77

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

Shades of Dark Purple #870D77

Tints of Dark Purple #870D77

Color information

#870D77 (or 0x870D77) is unknown color: approx Dark Purple. HEX triplet: 87, 0D and 77. RGB value is (135,13,119). Sum of RGB (Red+Green+Blue) = 135+13+119=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #870D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D77 is #78F288. Grayscale: #3D3D3D. Windows color (decimal): -7926409 or 7802247. OLE color: 7802247.

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

Color convert

RGB13513119-
CMYK00.900.120.47
HSL307.87º82.43%29.02%-
HSV(B)307.87º90.37%52.94%-
XYZ13.476.7718.05-
YUV61.56160.42180.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 13 (5.47% from 255) = 4.87%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=50.56%
G=4.87%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351311900.900.120.47307.8782.4329.02
Hex87D7705AC2F134521d
Octal207151670132145746412235
Binary1000011111011110111010110101100101111100110100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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