#87137B

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

Shades of Dark Purple #87137B

Tints of Dark Purple #87137B

Color information

#87137B (or 0x87137B) is unknown color: approx Dark Purple. HEX triplet: 87, 13 and 7B. RGB value is (135,19,123). Sum of RGB (Red+Green+Blue) = 135+19+123=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87137B is #78EC84. Grayscale: #414141. Windows color (decimal): -7924869 or 8065927. OLE color: 8065927.

HSL color Cylindrical-coordinate representation of color #87137B: hue angle of 306.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87137B is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13519123-
CMYK00.860.090.47
HSL306.21º75.32%30.2%-
HSV(B)306.21º85.93%52.94%-
XYZ13.87.0519.37-
YUV65.54160.43177.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 19 (7.81% from 255) = 6.86%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=48.74%
G=6.86%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351912300.860.090.47306.2175.3230.2
Hex87137B05692F1324b1e
Octal207231730126115746211336
Binary10000111100111111011010101101001101111100110010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87137B; }

 p { color: rgb(135,19,123); }

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

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

 a { background-color: rgb(135,19,123); }

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

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

 span { border-color: rgb(135,19,123); }

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