#87316E

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

Shades of Dark Purple #87316E

Tints of Dark Purple #87316E

Color information

#87316E (or 0x87316E) is unknown color: approx Dark Purple. HEX triplet: 87, 31 and 6E. RGB value is (135,49,110). Sum of RGB (Red+Green+Blue) = 135+49+110=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87316E is #78CE91. Grayscale: #515151. Windows color (decimal): -7917202 or 7221639. OLE color: 7221639.

HSL color Cylindrical-coordinate representation of color #87316E: hue angle of 317.44º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87316E is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13549110-
CMYK00.640.190.47
HSL317.44º46.74%36.08%-
HSV(B)317.44º63.7%52.94%-
XYZ13.98.4715.65-
YUV81.67143.99166.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=45.92%
G=16.67%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354911000.640.190.47317.4446.7436.08
Hex87316E040132F13d2f24
Octal20761156010023574755744
Binary1000011111000111011100100000010011101111100111101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,49,110); }

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

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

 a { background-color: rgb(135,49,110); }

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

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

 span { border-color: rgb(135,49,110); }

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