#562160

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

Shades of Hot Purple #562160

Tints of Hot Purple #562160

Color information

#562160 (or 0x562160) is unknown color: approx Hot Purple. HEX triplet: 56, 21 and 60. RGB value is (86,33,96). Sum of RGB (Red+Green+Blue) = 86+33+96=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #562160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562160 is #A9DE9F. Grayscale: #373737. Windows color (decimal): -11132576 or 6299990. OLE color: 6299990.

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

Color convert

RGB863396-
CMYK0.100.6600.62
HSL290.48º48.84%25.29%-
HSV(B)290.48º65.62%37.65%-
XYZ6.493.9111.48-
YUV56.03150.56149.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=40%
G=15.35%
B=44.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8633960.100.6600.62290.4848.8425.29
Hex562160A4203E1223119
Octal12641140121020764426131
Binary1010110100001110000010101000010011111010010001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562160; }

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

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

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

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

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

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

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

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