#87256C

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

Shades of Dark Purple #87256C

Tints of Dark Purple #87256C

Color information

#87256C (or 0x87256C) is unknown color: approx Dark Purple. HEX triplet: 87, 25 and 6C. RGB value is (135,37,108). Sum of RGB (Red+Green+Blue) = 135+37+108=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87256C is #78DA93. Grayscale: #4A4A4A. Windows color (decimal): -7920276 or 7087495. OLE color: 7087495.

HSL color Cylindrical-coordinate representation of color #87256C: hue angle of 316.53º 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 #87256C is Cyan = 0, Magento = 0.73, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13537108-
CMYK00.730.20.47
HSL316.53º56.98%33.73%-
HSV(B)316.53º72.59%52.94%-
XYZ13.367.5614.94-
YUV74.4146.97171.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 37 (14.84% from 255) = 13.21%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=48.21%
G=13.21%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353710800.730.20.47316.5356.9833.73
Hex87256C049142F13d3922
Octal20745154011124574757142
Binary1000011110010111011000100100110100101111100111101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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