#572063

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

Shades of Hot Purple #572063

Tints of Hot Purple #572063

Color information

#572063 (or 0x572063) is unknown color: approx Hot Purple. HEX triplet: 57, 20 and 63. RGB value is (87,32,99). Sum of RGB (Red+Green+Blue) = 87+32+99=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #572063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572063 is #A8DF9C. Grayscale: #373737. Windows color (decimal): -11067293 or 6496343. OLE color: 6496343.

HSL color Cylindrical-coordinate representation of color #572063: hue angle of 289.25º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572063 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB873299-
CMYK0.120.6800.61
HSL289.25º51.15%25.69%-
HSV(B)289.25º67.68%38.82%-
XYZ6.73.9612.22-
YUV56.08152.22150.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.91%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=39.91%
G=14.68%
B=45.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8732990.120.6800.61289.2551.1525.69
Hex572063C4403D121331a
Octal12740143141040754416332
Binary1010111100000110001111001000100011110110010000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572063; }

 p { color: rgb(87,32,99); }

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

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

 a { background-color: rgb(87,32,99); }

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

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

 span { border-color: rgb(87,32,99); }

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