#870177

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

Shades of Purple #870177

Tints of Purple #870177

Color information

#870177 (or 0x870177) is unknown color: approx Purple. HEX triplet: 87, 01 and 77. RGB value is (135,1,119). Sum of RGB (Red+Green+Blue) = 135+1+119=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #870177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870177 is #78FE88. Grayscale: #363636. Windows color (decimal): -7929481 or 7799175. OLE color: 7799175.

HSL color Cylindrical-coordinate representation of color #870177: hue angle of 307.16º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870177 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB1351119-
CMYK00.990.120.47
HSL307.16º98.53%26.67%-
HSV(B)307.16º99.26%52.94%-
XYZ13.336.518.01-
YUV54.52164.39185.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=52.94%
G=0.39%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135111900.990.120.47307.1698.5326.67
Hex87177063C2F133631b
Octal20711670143145746314333
Binary1000011111110111011000111100101111100110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870177; }

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

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

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

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

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

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

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

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