#872285

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

Shades of Dark Purple #872285

Tints of Dark Purple #872285

Color information

#872285 (or 0x872285) is unknown color: approx Dark Purple. HEX triplet: 87, 22 and 85. RGB value is (135,34,133). Sum of RGB (Red+Green+Blue) = 135+34+133=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #872285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872285 is #78DD7A. Grayscale: #4B4B4B. Windows color (decimal): -7921019 or 8725127. OLE color: 8725127.

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

Color convert

RGB13534133-
CMYK00.750.010.47
HSL301.19º59.76%33.14%-
HSV(B)301.19º74.81%52.94%-
XYZ14.87.9922.95-
YUV75.48160.46170.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 34 (13.67% from 255) = 11.26%
BLUE value IS 133 (52.34% from 255) = 44.04%
R=44.70%
G=11.26%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353413300.750.010.47301.1959.7633.14
Hex87228504B12F12d3c21
Octal2074220501131574557441
Binary1000011110001010000101010010111101111100101101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872285; }

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

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

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

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

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

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

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

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