#870D7F

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

Shades of Purple #870D7F

Tints of Purple #870D7F

Color information

#870D7F (or 0x870D7F) is unknown color: approx Purple. HEX triplet: 87, 0D and 7F. RGB value is (135,13,127). Sum of RGB (Red+Green+Blue) = 135+13+127=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #870D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D7F is #78F280. Grayscale: #3E3E3E. Windows color (decimal): -7926401 or 8326535. OLE color: 8326535.

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

Color convert

RGB13513127-
CMYK00.900.060.47
HSL303.93º82.43%29.02%-
HSV(B)303.93º90.37%52.94%-
XYZ13.976.9720.69-
YUV62.47164.42179.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 13 (5.47% from 255) = 4.73%
BLUE value IS 127 (50% from 255) = 46.18%
R=49.09%
G=4.73%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351312700.900.060.47303.9382.4329.02
Hex87D7F05A62F130521d
Octal20715177013265746012235
Binary100001111101111111101011010110101111100110000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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