#87357b

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

Shades of Dark Purple #87357B

Tints of Dark Purple #87357B

Color information

#87357B (or 0x87357B) is unknown color: approx Dark Purple. HEX triplet: 87, 35 and 7B. RGB value is (135,53,123). Sum of RGB (Red+Green+Blue) = 135+53+123=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87357B is #78CA84. Grayscale: #555555. Windows color (decimal): -7916165 or 8074631. OLE color: 8074631.

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

Color convert

RGB13553123-
CMYK00.610.090.47
HSL308.78º43.62%36.86%-
HSV(B)308.78º60.74%52.94%-
XYZ14.849.1319.72-
YUV85.5149.17163.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=43.41%
G=17.04%
B=39.55%

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
Decimal1355312300.610.090.47308.7843.6236.86
Hex87357B03D92F1352c25
Octal2076517307511574655445
Binary10000111110101111101101111011001101111100110101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87357b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87357b; }

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

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

<style>
 a { background-color: #87357b; }

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

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

<style>
 span { border-color: #87357b; }

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

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