Shades of Hot Purple #562360
Tints of Hot Purple #562360
RGB
CMYK
RGB Variations
Color information
#562360 (or 0x562360) is known color: Hot Purple. HEX triplet: 56, 23 and 60. RGB value is (86,35,96). Sum of RGB (Red+Green+Blue) = 86+35+96=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #562360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562360 is #A9DC9F. Grayscale: #393939. Windows color (decimal): -11132064 or 6300502. OLE color: 6300502.
HSL color Cylindrical-coordinate representation of color #562360: hue angle of 290.16º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #562360 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 35 | 96 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.62 |
| HSL | 290.16º | 0.47% | 0.26% | - |
| HSV(B) | 290.16º | 0.64% | 0.38% | - |
| XYZ | 6.55 | 4.03 | 11.5 | - |
| YUV | 57.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 35 | 96 | 0.10 | 0.64 | 0 | 0.62 | 290.16 | 0.47 | 0.26 |
| Hex | 56 | 23 | 60 | A | 40 | 0 | 3E | 122 | 2F | 1A |
| Octal | 126 | 43 | 140 | 12 | 100 | 0 | 76 | 442 | 57 | 32 |
| Binary | 1010110 | 100011 | 1100000 | 1010 | 1000000 | 0 | 111110 | 100100010 | 101111 | 11010 |
Color Harmonies of #562360
Complementary color
Monochromatic Colors of #562360
Black with #562360
Text Example
Text Example
White with #562360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562360; }
p { color: rgb(86,35,96); }
H1.HeaderClassName
{
color: #562360;
}
.AnyTagClassName
{
color: #562360;
}
</style>
background-color css
<style>
a { background-color: #562360; }
a { background-color: rgb(86,35,96); }
div.DivClassName
{
background-color: #562360;
}
.BgClassName
{
background-color: #562360;
}
</style>
border-color css
<style>
span { border-color: #562360; }
span { border-color: rgb(86,35,96); }
td.TdClassName
{
border-color: #562360;
}
.TagClassName
{
border-color: #562360;
}
</style>