#870681

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

Shades of Purple #870681

Tints of Purple #870681

Color information

#870681 (or 0x870681) is unknown color: approx Purple. HEX triplet: 87, 06 and 81. RGB value is (135,6,129). Sum of RGB (Red+Green+Blue) = 135+6+129=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #870681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870681 is #78F97E. Grayscale: #3A3A3A. Windows color (decimal): -7928191 or 8455815. OLE color: 8455815.

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

Color convert

RGB1356129-
CMYK00.960.040.47
HSL302.79º91.49%27.65%-
HSV(B)302.79º95.56%52.94%-
XYZ14.026.8721.36-
YUV58.59167.74182.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 2.22%
BLUE value IS 129 (50.78% from 255) = 47.78%
R=50%
G=2.22%
B=47.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135612900.960.040.47302.7991.4927.65
Hex8768106042F12f5b1c
Octal2076201014045745713334
Binary100001111101000000101100000100101111100101111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870681; }

 p { color: rgb(135,6,129); }

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

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

 a { background-color: rgb(135,6,129); }

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

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

 span { border-color: rgb(135,6,129); }

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