#87347E

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

Shades of Dark Purple #87347E

Tints of Dark Purple #87347E

Color information

#87347E (or 0x87347E) is unknown color: approx Dark Purple. HEX triplet: 87, 34 and 7E. RGB value is (135,52,126). Sum of RGB (Red+Green+Blue) = 135+52+126=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87347E is #78CB81. Grayscale: #555555. Windows color (decimal): -7916418 or 8270983. OLE color: 8270983.

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

Color convert

RGB13552126-
CMYK00.610.070.47
HSL306.51º44.39%36.67%-
HSV(B)306.51º61.48%52.94%-
XYZ14.999.1120.71-
YUV85.25151163.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=43.13%
G=16.61%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355212600.610.070.47306.5144.3936.67
Hex87347E03D72F1332c25
Octal207641760757574635445
Binary1000011111010011111100111101111101111100110011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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