#87346D

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

Shades of Dark Purple #87346D

Tints of Dark Purple #87346D

Color information

#87346D (or 0x87346D) is unknown color: approx Dark Purple. HEX triplet: 87, 34 and 6D. RGB value is (135,52,109). Sum of RGB (Red+Green+Blue) = 135+52+109=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87346D is #78CB92. Grayscale: #535353. Windows color (decimal): -7916435 or 7156871. OLE color: 7156871.

HSL color Cylindrical-coordinate representation of color #87346D: hue angle of 318.8º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87346D is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13552109-
CMYK00.610.190.47
HSL318.8º44.39%36.67%-
HSV(B)318.8º61.48%52.94%-
XYZ13.988.7115.41-
YUV83.32142.5164.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=45.61%
G=17.57%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355210900.610.190.47318.844.3936.67
Hex87346D03D132F13f2c25
Octal2076415507523574775445
Binary100001111101001101101011110110011101111100111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87346D; }

 p { color: rgb(135,52,109); }

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

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

 a { background-color: rgb(135,52,109); }

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

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

 span { border-color: rgb(135,52,109); }

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