#870270

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

Shades of Purple #870270

Tints of Purple #870270

Color information

#870270 (or 0x870270) is unknown color: approx Purple. HEX triplet: 87, 02 and 70. RGB value is (135,2,112). Sum of RGB (Red+Green+Blue) = 135+2+112=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #870270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870270 is #78FD8F. Grayscale: #363636. Windows color (decimal): -7929232 or 7340679. OLE color: 7340679.

HSL color Cylindrical-coordinate representation of color #870270: hue angle of 310.38º degrees, saturation: 0.97, 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 #870270 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB1352112-
CMYK00.990.170.47
HSL310.38º97.08%26.86%-
HSV(B)310.38º98.52%52.94%-
XYZ12.946.3615.88-
YUV54.31160.56185.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=54.22%
G=0.80%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135211200.990.170.47310.3897.0826.86
Hex87270063112F136611b
Octal20721600143215746614133
Binary100001111011100000110001110001101111100110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870270; }

 p { color: rgb(135,2,112); }

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

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

 a { background-color: rgb(135,2,112); }

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

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

 span { border-color: rgb(135,2,112); }

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