#562061

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

Shades of Hot Purple #562061

Tints of Hot Purple #562061

Color information

#562061 (or 0x562061) is unknown color: approx Hot Purple. HEX triplet: 56, 20 and 61. RGB value is (86,32,97). Sum of RGB (Red+Green+Blue) = 86+32+97=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #562061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562061 is #A9DF9E. Grayscale: #373737. Windows color (decimal): -11132831 or 6365270. OLE color: 6365270.

HSL color Cylindrical-coordinate representation of color #562061: hue angle of 289.85º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562061 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB863297-
CMYK0.110.6700.62
HSL289.85º50.39%25.29%-
HSV(B)289.85º67.01%38.04%-
XYZ6.513.8711.71-
YUV55.56151.39149.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=40%
G=14.88%
B=45.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8632970.110.6700.62289.8550.3925.29
Hex562061B4303E1223219
Octal12640141131030764426231
Binary1010110100000110000110111000011011111010010001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562061; }

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

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

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

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

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

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

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

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