#87347B

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

Shades of Dark Purple #87347B

Tints of Dark Purple #87347B

Color information

#87347B (or 0x87347B) is unknown color: approx Dark Purple. HEX triplet: 87, 34 and 7B. RGB value is (135,52,123). Sum of RGB (Red+Green+Blue) = 135+52+123=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87347B is #78CB84. Grayscale: #545454. Windows color (decimal): -7916421 or 8074375. OLE color: 8074375.

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

Color convert

RGB13552123-
CMYK00.610.090.47
HSL308.67º44.39%36.67%-
HSV(B)308.67º61.48%52.94%-
XYZ14.799.0419.7-
YUV84.91149.5163.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=43.55%
G=16.77%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355212300.610.090.47308.6744.3936.67
Hex87347B03D92F1352c25
Octal2076417307511574655445
Binary10000111110100111101101111011001101111100110101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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