#872281

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

Shades of Dark Purple #872281

Tints of Dark Purple #872281

Color information

#872281 (or 0x872281) is unknown color: approx Dark Purple. HEX triplet: 87, 22 and 81. RGB value is (135,34,129). Sum of RGB (Red+Green+Blue) = 135+34+129=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #872281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872281 is #78DD7E. Grayscale: #4A4A4A. Windows color (decimal): -7921023 or 8462983. OLE color: 8462983.

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

Color convert

RGB13534129-
CMYK00.750.040.47
HSL303.56º59.76%33.14%-
HSV(B)303.56º74.81%52.94%-
XYZ14.537.8821.52-
YUV75.03158.46170.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=45.30%
G=11.41%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353412900.750.040.47303.5659.7633.14
Hex87228104B42F1303c21
Octal2074220101134574607441
Binary100001111000101000000101001011100101111100110000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872281; }

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

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

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

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

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

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

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

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