#573159

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

Shades of Hot Purple #573159

Tints of Hot Purple #573159

Color information

#573159 (or 0x573159) is unknown color: approx Hot Purple. HEX triplet: 57, 31 and 59. RGB value is (87,49,89). Sum of RGB (Red+Green+Blue) = 87+49+89=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #573159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573159 is #A8CEA6. Grayscale: #404040. Windows color (decimal): -11062951 or 5845335. OLE color: 5845335.

HSL color Cylindrical-coordinate representation of color #573159: hue angle of 297º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #573159 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB874989-
CMYK0.020.4500.65
HSL297º28.99%27.06%-
HSV(B)297º44.94%34.9%-
XYZ6.834.9410.05-
YUV64.92141.59143.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=38.67%
G=21.78%
B=39.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8749890.020.4500.6529728.9927.06
Hex57315922D0411291d1b
Octal1276113125501014513533
Binary1010111110001101100110101101010000011001010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573159; }

 p { color: rgb(87,49,89); }

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

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

 a { background-color: rgb(87,49,89); }

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

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

 span { border-color: rgb(87,49,89); }

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