#870B7F

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

Shades of Purple #870B7F

Tints of Purple #870B7F

Color information

#870B7F (or 0x870B7F) is unknown color: approx Purple. HEX triplet: 87, 0B and 7F. RGB value is (135,11,127). Sum of RGB (Red+Green+Blue) = 135+11+127=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #870B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B7F is #78F480. Grayscale: #3C3C3C. Windows color (decimal): -7926913 or 8326023. OLE color: 8326023.

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

Color convert

RGB13511127-
CMYK00.920.060.47
HSL303.87º84.93%28.63%-
HSV(B)303.87º91.85%52.94%-
XYZ13.946.9220.68-
YUV61.3165.08180.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 11 (4.69% from 255) = 4.03%
BLUE value IS 127 (50% from 255) = 46.52%
R=49.45%
G=4.03%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351112700.920.060.47303.8784.9328.63
Hex87B7F05C62F130551d
Octal20713177013465746012535
Binary100001111011111111101011100110101111100110000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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