#87377B

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

Shades of Dark Purple #87377B

Tints of Dark Purple #87377B

Color information

#87377B (or 0x87377B) is unknown color: approx Dark Purple. HEX triplet: 87, 37 and 7B. RGB value is (135,55,123). Sum of RGB (Red+Green+Blue) = 135+55+123=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87377B is #78C884. Grayscale: #565656. Windows color (decimal): -7915653 or 8075143. OLE color: 8075143.

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

Color convert

RGB13555123-
CMYK00.590.090.47
HSL309º42.11%37.25%-
HSV(B)309º59.26%52.94%-
XYZ14.939.3119.75-
YUV86.67148.5162.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=43.13%
G=17.57%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355512300.590.090.4730942.1137.25
Hex87377B03B92F1352a25
Octal2076717307311574655245
Binary10000111110111111101101110111001101111100110101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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