#87117E

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

Shades of Dark Purple #87117E

Tints of Dark Purple #87117E

Color information

#87117E (or 0x87117E) is unknown color: approx Dark Purple. HEX triplet: 87, 11 and 7E. RGB value is (135,17,126). Sum of RGB (Red+Green+Blue) = 135+17+126=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87117E is #78EE81. Grayscale: #404040. Windows color (decimal): -7925378 or 8262023. OLE color: 8262023.

HSL color Cylindrical-coordinate representation of color #87117E: hue angle of 304.58º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87117E is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13517126-
CMYK00.870.070.47
HSL304.58º77.63%29.8%-
HSV(B)304.58º87.41%52.94%-
XYZ13.967.0620.37-
YUV64.71162.59178.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 17 (7.03% from 255) = 6.12%
BLUE value IS 126 (49.61% from 255) = 45.32%
R=48.56%
G=6.12%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351712600.870.070.47304.5877.6329.8
Hex87117E05772F1314e1e
Octal20721176012775746111636
Binary1000011110001111111001010111111101111100110001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87117E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87117E; }

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

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

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

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

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

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

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

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