#870975

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

Shades of Purple #870975

Tints of Purple #870975

Color information

#870975 (or 0x870975) is unknown color: approx Purple. HEX triplet: 87, 09 and 75. RGB value is (135,9,117). Sum of RGB (Red+Green+Blue) = 135+9+117=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #870975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870975 is #78F68A. Grayscale: #3A3A3A. Windows color (decimal): -7927435 or 7670151. OLE color: 7670151.

HSL color Cylindrical-coordinate representation of color #870975: hue angle of 308.57º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870975 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB1359117-
CMYK00.930.130.47
HSL308.57º87.5%28.24%-
HSV(B)308.57º93.33%52.94%-
XYZ13.36.6317.41-
YUV58.99160.74182.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 9 (3.91% from 255) = 3.45%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=51.72%
G=3.45%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135911700.930.130.47308.5787.528.24
Hex8797505DD2F135581c
Octal207111650135155746513034
Binary1000011110011110101010111011101101111100110101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870975; }

 p { color: rgb(135,9,117); }

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

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

 a { background-color: rgb(135,9,117); }

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

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

 span { border-color: rgb(135,9,117); }

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