#562060

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

Shades of Hot Purple #562060

Tints of Hot Purple #562060

Color information

#562060 (or 0x562060) is unknown color: approx Hot Purple. HEX triplet: 56, 20 and 60. RGB value is (86,32,96). Sum of RGB (Red+Green+Blue) = 86+32+96=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #562060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562060 is #A9DF9F. Grayscale: #373737. Windows color (decimal): -11132832 or 6299734. OLE color: 6299734.

HSL color Cylindrical-coordinate representation of color #562060: hue angle of 290.62º 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 #562060 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB863296-
CMYK0.100.6700.62
HSL290.62º50%25.1%-
HSV(B)290.62º66.67%37.65%-
XYZ6.473.8611.47-
YUV55.44150.89149.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=40.19%
G=14.95%
B=44.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8632960.100.6700.62290.625025.1
Hex562060A4303E1233219
Octal12640140121030764436231
Binary1010110100000110000010101000011011111010010001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562060; }

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

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

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

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

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

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

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

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