#573259

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

Shades of Hot Purple #573259

Tints of Hot Purple #573259

Color information

#573259 (or 0x573259) is unknown color: approx Hot Purple. HEX triplet: 57, 32 and 59. RGB value is (87,50,89). Sum of RGB (Red+Green+Blue) = 87+50+89=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #573259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573259 is #A8CDA6. Grayscale: #414141. Windows color (decimal): -11062695 or 5845591. OLE color: 5845591.

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

Color convert

RGB875089-
CMYK0.020.4400.65
HSL296.92º28.06%27.25%-
HSV(B)296.92º43.82%34.9%-
XYZ6.875.0310.06-
YUV65.51141.26143.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=38.50%
G=22.12%
B=39.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8750890.020.4400.65296.9228.0627.25
Hex57325922C0411291c1b
Octal1276213125401014513433
Binary1010111110010101100110101100010000011001010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573259; }

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

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

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

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

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

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

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

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