#87256E

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

Shades of Dark Purple #87256E

Tints of Dark Purple #87256E

Color information

#87256E (or 0x87256E) is unknown color: approx Dark Purple. HEX triplet: 87, 25 and 6E. RGB value is (135,37,110). Sum of RGB (Red+Green+Blue) = 135+37+110=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87256E is #78DA91. Grayscale: #4A4A4A. Windows color (decimal): -7920274 or 7218567. OLE color: 7218567.

HSL color Cylindrical-coordinate representation of color #87256E: hue angle of 315.31º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87256E is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13537110-
CMYK00.730.190.47
HSL315.31º56.98%33.73%-
HSV(B)315.31º72.59%52.94%-
XYZ13.477.615.51-
YUV74.62147.97171.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 37 (14.84% from 255) = 13.12%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=47.87%
G=13.12%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353711000.730.190.47315.3156.9833.73
Hex87256E049132F13b3922
Octal20745156011123574737142
Binary1000011110010111011100100100110011101111100111011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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