#87276F

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

Shades of Dark Purple #87276F

Tints of Dark Purple #87276F

Color information

#87276F (or 0x87276F) is unknown color: approx Dark Purple. HEX triplet: 87, 27 and 6F. RGB value is (135,39,111). Sum of RGB (Red+Green+Blue) = 135+39+111=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #87276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87276F is #78D890. Grayscale: #4B4B4B. Windows color (decimal): -7919761 or 7284615. OLE color: 7284615.

HSL color Cylindrical-coordinate representation of color #87276F: hue angle of 315º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87276F is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13539111-
CMYK00.710.180.47
HSL315º55.17%34.12%-
HSV(B)315º71.11%52.94%-
XYZ13.597.7515.82-
YUV75.91147.8170.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 39 (15.62% from 255) = 13.68%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=47.37%
G=13.68%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353911100.710.180.4731555.1734.12
Hex87276F047122F13b3722
Octal20747157010722574736742
Binary1000011110011111011110100011110010101111100111011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87276F; }

 p { color: rgb(135,39,111); }

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

<style>
 a { background-color: #87276F; }

 a { background-color: rgb(135,39,111); }

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

<style>
 span { border-color: #87276F; }

 span { border-color: rgb(135,39,111); }

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