#87227E

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

Shades of Dark Purple #87227E

Tints of Dark Purple #87227E

Color information

#87227E (or 0x87227E) is unknown color: approx Dark Purple. HEX triplet: 87, 22 and 7E. RGB value is (135,34,126). Sum of RGB (Red+Green+Blue) = 135+34+126=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87227E is #78DD81. Grayscale: #4A4A4A. Windows color (decimal): -7921026 or 8266375. OLE color: 8266375.

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

Color convert

RGB13534126-
CMYK00.750.070.47
HSL305.35º59.76%33.14%-
HSV(B)305.35º74.81%52.94%-
XYZ14.337.820.49-
YUV74.69156.96171.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 126 (49.61% from 255) = 42.71%
R=45.76%
G=11.53%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353412600.750.070.47305.3559.7633.14
Hex87227E04B72F1313c21
Octal2074217601137574617441
Binary10000111100010111111001001011111101111100110001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87227E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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