#572259

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

Shades of Hot Purple #572259

Tints of Hot Purple #572259

Color information

#572259 (or 0x572259) is unknown color: approx Hot Purple. HEX triplet: 57, 22 and 59. RGB value is (87,34,89). Sum of RGB (Red+Green+Blue) = 87+34+89=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #572259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572259 is #A8DDA6. Grayscale: #373737. Windows color (decimal): -11066791 or 5841495. OLE color: 5841495.

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

Color convert

RGB873489-
CMYK0.020.6200.65
HSL297.82º44.72%24.12%-
HSV(B)297.82º61.8%34.9%-
XYZ6.313.899.87-
YUV56.12146.56150.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=41.43%
G=16.19%
B=42.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8734890.020.6200.65297.8244.7224.12
Hex57225923E04112a2d18
Octal1274213127601014525530
Binary10101111000101011001101111100100000110010101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572259; }

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

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

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

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

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

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

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

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