#870B7B

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

Shades of Purple #870B7B

Tints of Purple #870B7B

Color information

#870B7B (or 0x870B7B) is unknown color: approx Purple. HEX triplet: 87, 0B and 7B. RGB value is (135,11,123). Sum of RGB (Red+Green+Blue) = 135+11+123=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #870B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B7B is #78F484. Grayscale: #3C3C3C. Windows color (decimal): -7926917 or 8063879. OLE color: 8063879.

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

Color convert

RGB13511123-
CMYK00.920.090.47
HSL305.81º84.93%28.63%-
HSV(B)305.81º91.85%52.94%-
XYZ13.696.8219.33-
YUV60.84163.08180.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 11 (4.69% from 255) = 4.09%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=50.19%
G=4.09%
B=45.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351112300.920.090.47305.8184.9328.63
Hex87B7B05C92F132551d
Octal207131730134115746212535
Binary1000011110111111011010111001001101111100110010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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