#870D7E

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

Shades of Purple #870D7E

Tints of Purple #870D7E

Color information

#870D7E (or 0x870D7E) is unknown color: approx Purple. HEX triplet: 87, 0D and 7E. RGB value is (135,13,126). Sum of RGB (Red+Green+Blue) = 135+13+126=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #870D7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D7E is #78F281. Grayscale: #3E3E3E. Windows color (decimal): -7926402 or 8260999. OLE color: 8260999.

HSL color Cylindrical-coordinate representation of color #870D7E: hue angle of 304.43º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D7E is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13513126-
CMYK00.900.070.47
HSL304.43º82.43%29.02%-
HSV(B)304.43º90.37%52.94%-
XYZ13.96.9520.35-
YUV62.36163.92179.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 13 (5.47% from 255) = 4.74%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=49.27%
G=4.74%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351312600.900.070.47304.4382.4329.02
Hex87D7E05A72F130521d
Octal20715176013275746012235
Binary100001111101111111001011010111101111100110000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870D7E; }

 p { color: rgb(135,13,126); }

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

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

 a { background-color: rgb(135,13,126); }

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

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

 span { border-color: rgb(135,13,126); }

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