#870B71

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

Shades of Dark Purple #870B71

Tints of Dark Purple #870B71

Color information

#870B71 (or 0x870B71) is unknown color: approx Dark Purple. HEX triplet: 87, 0B and 71. RGB value is (135,11,113). Sum of RGB (Red+Green+Blue) = 135+11+113=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #870B71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B71 is #78F48E. Grayscale: #3B3B3B. Windows color (decimal): -7926927 or 7408519. OLE color: 7408519.

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

Color convert

RGB13511113-
CMYK00.920.160.47
HSL310.65º84.93%28.63%-
HSV(B)310.65º91.85%52.94%-
XYZ13.096.5816.2-
YUV59.7158.08181.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 11 (4.69% from 255) = 4.25%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=52.12%
G=4.25%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351111300.920.160.47310.6584.9328.63
Hex87B7105C102F137551d
Octal207131610134205746712535
Binary10000111101111100010101110010000101111100110111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,11,113); }

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

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

 a { background-color: rgb(135,11,113); }

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

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

 span { border-color: rgb(135,11,113); }

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