#572560

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

Shades of Hot Purple #572560

Tints of Hot Purple #572560

Color information

#572560 (or 0x572560) is unknown color: approx Hot Purple. HEX triplet: 57, 25 and 60. RGB value is (87,37,96). Sum of RGB (Red+Green+Blue) = 87+37+96=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #572560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572560 is #A8DA9F. Grayscale: #3A3A3A. Windows color (decimal): -11066016 or 6301015. OLE color: 6301015.

HSL color Cylindrical-coordinate representation of color #572560: hue angle of 290.85º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572560 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB873796-
CMYK0.090.6100.62
HSL290.85º44.36%26.08%-
HSV(B)290.85º61.46%37.65%-
XYZ6.74.1911.52-
YUV58.68149.06148.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=39.55%
G=16.82%
B=43.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8737960.090.6100.62290.8544.3626.08
Hex57256093D03E1232c1a
Octal1274514011750764435432
Binary101011110010111000001001111101011111010010001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572560; }

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

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

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

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

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

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

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

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