#870075

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

Shades of Purple #870075

Tints of Purple #870075

Color information

#870075 (or 0x870075) is unknown color: approx Purple. HEX triplet: 87, 00 and 75. RGB value is (135,0,117). Sum of RGB (Red+Green+Blue) = 135+0+117=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #870075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870075 is #78FF8A. Grayscale: #353535. Windows color (decimal): -7929739 or 7667847. OLE color: 7667847.

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

Color convert

RGB1350117-
CMYK010.130.47
HSL308º100%26.47%-
HSV(B)308º100%52.94%-
XYZ13.26.4417.38-
YUV53.7163.73185.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=53.57%
G=0%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1350117010.130.4730810026.47
Hex87075064D2F134641a
Octal20701650144155746414432
Binary1000011101110101011001001101101111100110100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870075; }

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

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

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

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

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

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

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

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