#572563

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

Shades of Hot Purple #572563

Tints of Hot Purple #572563

Color information

#572563 (or 0x572563) is unknown color: approx Hot Purple. HEX triplet: 57, 25 and 63. RGB value is (87,37,99). Sum of RGB (Red+Green+Blue) = 87+37+99=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #572563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572563 is #A8DA9C. Grayscale: #3A3A3A. Windows color (decimal): -11066013 or 6497623. OLE color: 6497623.

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

Color convert

RGB873799-
CMYK0.120.6300.61
HSL288.39º45.59%26.67%-
HSV(B)288.39º62.63%38.82%-
XYZ6.844.2512.26-
YUV59.02150.56147.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=39.01%
G=16.59%
B=44.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8737990.120.6300.61288.3945.5926.67
Hex572563C3F03D1202e1b
Octal1274514314770754405633
Binary101011110010111000111100111111011110110010000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572563; }

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

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

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

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

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

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

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

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