#870375

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

Shades of Purple #870375

Tints of Purple #870375

Color information

#870375 (or 0x870375) is unknown color: approx Purple. HEX triplet: 87, 03 and 75. RGB value is (135,3,117). Sum of RGB (Red+Green+Blue) = 135+3+117=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #870375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870375 is #78FC8A. Grayscale: #373737. Windows color (decimal): -7928971 or 7668615. OLE color: 7668615.

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

Color convert

RGB1353117-
CMYK00.980.130.47
HSL308.18º95.65%27.06%-
HSV(B)308.18º97.78%52.94%-
XYZ13.246.517.39-
YUV55.46162.73184.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=52.94%
G=1.18%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135311700.980.130.47308.1895.6527.06
Hex87375062D2F134601b
Octal20731650142155746414033
Binary10000111111110101011000101101101111100110100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870375; }

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

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

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

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

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

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

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

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