#87346C

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

Shades of Dark Purple #87346C

Tints of Dark Purple #87346C

Color information

#87346C (or 0x87346C) is unknown color: approx Dark Purple. HEX triplet: 87, 34 and 6C. RGB value is (135,52,108). Sum of RGB (Red+Green+Blue) = 135+52+108=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87346C is #78CB93. Grayscale: #535353. Windows color (decimal): -7916436 or 7091335. OLE color: 7091335.

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

Color convert

RGB13552108-
CMYK00.610.20.47
HSL319.52º44.39%36.67%-
HSV(B)319.52º61.48%52.94%-
XYZ13.938.6915.13-
YUV83.2142164.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=45.76%
G=17.63%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355210800.610.20.47319.5244.3936.67
Hex87346C03D142F1402c25
Octal2076415407524575005445
Binary100001111101001101100011110110100101111101000000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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