#87276E

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

Shades of Dark Purple #87276E

Tints of Dark Purple #87276E

Color information

#87276E (or 0x87276E) is unknown color: approx Dark Purple. HEX triplet: 87, 27 and 6E. RGB value is (135,39,110). Sum of RGB (Red+Green+Blue) = 135+39+110=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #87276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87276E is #78D891. Grayscale: #4B4B4B. Windows color (decimal): -7919762 or 7219079. OLE color: 7219079.

HSL color Cylindrical-coordinate representation of color #87276E: hue angle of 315.62º 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 #87276E is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13539110-
CMYK00.710.190.47
HSL315.62º55.17%34.12%-
HSV(B)315.62º71.11%52.94%-
XYZ13.537.7315.53-
YUV75.8147.3170.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=47.54%
G=13.73%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353911000.710.190.47315.6255.1734.12
Hex87276E047132F13c3722
Octal20747156010723574746742
Binary1000011110011111011100100011110011101111100111100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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