#562063

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

Shades of Hot Purple #562063

Tints of Hot Purple #562063

Color information

#562063 (or 0x562063) is unknown color: approx Hot Purple. HEX triplet: 56, 20 and 63. RGB value is (86,32,99). Sum of RGB (Red+Green+Blue) = 86+32+99=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #562063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562063 is #A9DF9C. Grayscale: #373737. Windows color (decimal): -11132829 or 6496342. OLE color: 6496342.

HSL color Cylindrical-coordinate representation of color #562063: hue angle of 288.36º 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 #562063 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB863299-
CMYK0.130.6800.61
HSL288.36º51.15%25.69%-
HSV(B)288.36º67.68%38.82%-
XYZ6.613.9112.21-
YUV55.78152.39149.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=39.63%
G=14.75%
B=45.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8632990.130.6800.61288.3651.1525.69
Hex562063D4403D120331a
Octal12640143151040754406332
Binary1010110100000110001111011000100011110110010000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562063; }

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

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

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

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

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

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

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

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