#87227D

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

Shades of Dark Purple #87227D

Tints of Dark Purple #87227D

Color information

#87227D (or 0x87227D) is unknown color: approx Dark Purple. HEX triplet: 87, 22 and 7D. RGB value is (135,34,125). Sum of RGB (Red+Green+Blue) = 135+34+125=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87227D is #78DD82. Grayscale: #4A4A4A. Windows color (decimal): -7921027 or 8200839. OLE color: 8200839.

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

Color convert

RGB13534125-
CMYK00.750.070.47
HSL305.94º59.76%33.14%-
HSV(B)305.94º74.81%52.94%-
XYZ14.277.7820.15-
YUV74.57156.46171.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 34 (13.67% from 255) = 11.56%
BLUE value IS 125 (49.22% from 255) = 42.52%
R=45.92%
G=11.56%
B=42.52%

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
Decimal1353412500.750.070.47305.9459.7633.14
Hex87227D04B72F1323c21
Octal2074217501137574627441
Binary10000111100010111110101001011111101111100110010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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