#87227B

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

Shades of Dark Purple #87227B

Tints of Dark Purple #87227B

Color information

#87227B (or 0x87227B) is unknown color: approx Dark Purple. HEX triplet: 87, 22 and 7B. RGB value is (135,34,123). Sum of RGB (Red+Green+Blue) = 135+34+123=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87227B is #78DD84. Grayscale: #4A4A4A. Windows color (decimal): -7921029 or 8069767. OLE color: 8069767.

HSL color Cylindrical-coordinate representation of color #87227B: hue angle of 307.13º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #87227B is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13534123-
CMYK00.750.090.47
HSL307.13º59.76%33.14%-
HSV(B)307.13º74.81%52.94%-
XYZ14.147.7319.48-
YUV74.34155.46171.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 34 (13.67% from 255) = 11.64%
BLUE value IS 123 (48.44% from 255) = 42.12%
R=46.23%
G=11.64%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353412300.750.090.47307.1359.7633.14
Hex87227B04B92F1333c21
Octal20742173011311574637441
Binary100001111000101111011010010111001101111100110011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87227B; }

 p { color: rgb(135,34,123); }

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

<style>
 a { background-color: #87227B; }

 a { background-color: rgb(135,34,123); }

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

<style>
 span { border-color: #87227B; }

 span { border-color: rgb(135,34,123); }

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