#87407B

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

Shades of Dark Purple #87407B

Tints of Dark Purple #87407B

Color information

#87407B (or 0x87407B) is unknown color: approx Dark Purple. HEX triplet: 87, 40 and 7B. RGB value is (135,64,123). Sum of RGB (Red+Green+Blue) = 135+64+123=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #87407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87407B is #78BF84. Grayscale: #5B5B5B. Windows color (decimal): -7913349 or 8077447. OLE color: 8077447.

HSL color Cylindrical-coordinate representation of color #87407B: hue angle of 310.14º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87407B is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13564123-
CMYK00.530.090.47
HSL310.14º35.68%39.02%-
HSV(B)310.14º52.59%52.94%-
XYZ15.410.2519.91-
YUV91.96145.52158.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=41.93%
G=19.88%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356412300.530.090.47310.1435.6839.02
Hex87407B03592F1362427
Octal20710017306511574664447
Binary100001111000000111101101101011001101111100110110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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