#873579

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

Shades of Dark Purple #873579

Tints of Dark Purple #873579

Color information

#873579 (or 0x873579) is unknown color: approx Dark Purple. HEX triplet: 87, 35 and 79. RGB value is (135,53,121). Sum of RGB (Red+Green+Blue) = 135+53+121=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #873579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873579 is #78CA86. Grayscale: #555555. Windows color (decimal): -7916167 or 7943559. OLE color: 7943559.

HSL color Cylindrical-coordinate representation of color #873579: hue angle of 310.24º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873579 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13553121-
CMYK00.610.100.47
HSL310.24º43.62%36.86%-
HSV(B)310.24º60.74%52.94%-
XYZ14.729.0819.07-
YUV85.27148.17163.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=43.69%
G=17.15%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355312100.610.100.47310.2443.6236.86
Hex87357903DA2F1362c25
Octal2076517107512574665445
Binary10000111110101111100101111011010101111100110110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873579; }

 p { color: rgb(135,53,121); }

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

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

 a { background-color: rgb(135,53,121); }

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

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

 span { border-color: rgb(135,53,121); }

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