#87256A

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

Shades of Dark Purple #87256A

Tints of Dark Purple #87256A

Color information

#87256A (or 0x87256A) is unknown color: approx Dark Purple. HEX triplet: 87, 25 and 6A. RGB value is (135,37,106). Sum of RGB (Red+Green+Blue) = 135+37+106=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87256A is #78DA95. Grayscale: #494949. Windows color (decimal): -7920278 or 6956423. OLE color: 6956423.

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

Color convert

RGB13537106-
CMYK00.730.210.47
HSL317.76º56.98%33.73%-
HSV(B)317.76º72.59%52.94%-
XYZ13.257.5114.39-
YUV74.17145.97171.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=48.56%
G=13.31%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353710600.730.210.47317.7656.9833.73
Hex87256A049152F13e3922
Octal20745152011125574767142
Binary1000011110010111010100100100110101101111100111110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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