#87346E

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

Shades of Dark Purple #87346E

Tints of Dark Purple #87346E

Color information

#87346E (or 0x87346E) is unknown color: approx Dark Purple. HEX triplet: 87, 34 and 6E. RGB value is (135,52,110). Sum of RGB (Red+Green+Blue) = 135+52+110=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87346E is #78CB91. Grayscale: #535353. Windows color (decimal): -7916434 or 7222407. OLE color: 7222407.

HSL color Cylindrical-coordinate representation of color #87346E: hue angle of 318.07º 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 #87346E is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13552110-
CMYK00.610.190.47
HSL318.07º44.39%36.67%-
HSV(B)318.07º61.48%52.94%-
XYZ14.038.7315.7-
YUV83.43143164.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=45.45%
G=17.51%
B=37.04%

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
Decimal1355211000.610.190.47318.0744.3936.67
Hex87346E03D132F13e2c25
Octal2076415607523574765445
Binary100001111101001101110011110110011101111100111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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