#562057

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

Shades of Hot Purple #562057

Tints of Hot Purple #562057

Color information

#562057 (or 0x562057) is unknown color: approx Hot Purple. HEX triplet: 56, 20 and 57. RGB value is (86,32,87). Sum of RGB (Red+Green+Blue) = 86+32+87=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #562057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562057 is #A9DFA8. Grayscale: #363636. Windows color (decimal): -11132841 or 5709910. OLE color: 5709910.

HSL color Cylindrical-coordinate representation of color #562057: hue angle of 298.91º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #562057 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB863287-
CMYK0.010.6300.66
HSL298.91º46.22%23.33%-
HSV(B)298.91º63.22%34.12%-
XYZ6.073.79.41-
YUV54.42146.39150.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=41.95%
G=15.61%
B=42.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8632870.010.6300.66298.9146.2223.33
Hex56205713F04212b2e17
Octal1264012717701024535627
Binary1010110100000101011111111110100001010010101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562057; }

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

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

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

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

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

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

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

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