Shades of Hot Purple #562862
Tints of Hot Purple #562862
RGB
CMYK
RGB Variations
Color information
#562862 (or 0x562862) is known color: Hot Purple. HEX triplet: 56, 28 and 62. RGB value is (86,40,98). Sum of RGB (Red+Green+Blue) = 86+40+98=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #562862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562862 is #A9D79D. Grayscale: #3C3C3C. Windows color (decimal): -11130782 or 6432854. OLE color: 6432854.
HSL color Cylindrical-coordinate representation of color #562862: hue angle of 287.59º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #562862 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 40 | 98 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.62 |
| HSL | 287.59º | 0.42% | 0.27% | - |
| HSV(B) | 287.59º | 0.59% | 0.38% | - |
| XYZ | 6.8 | 4.38 | 12.04 | - |
| YUV | 60.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 98 | 0.12 | 0.59 | 0 | 0.62 | 287.59 | 0.42 | 0.27 |
| Hex | 56 | 28 | 62 | C | 3B | 0 | 3E | 120 | 2A | 1B |
| Octal | 126 | 50 | 142 | 14 | 73 | 0 | 76 | 440 | 52 | 33 |
| Binary | 1010110 | 101000 | 1100010 | 1100 | 111011 | 0 | 111110 | 100100000 | 101010 | 11011 |
Color Harmonies of #562862
Complementary color
Monochromatic Colors of #562862
Black with #562862
Text Example
Text Example
White with #562862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562862; }
p { color: rgb(86,40,98); }
H1.HeaderClassName
{
color: #562862;
}
.AnyTagClassName
{
color: #562862;
}
</style>
background-color css
<style>
a { background-color: #562862; }
a { background-color: rgb(86,40,98); }
div.DivClassName
{
background-color: #562862;
}
.BgClassName
{
background-color: #562862;
}
</style>
border-color css
<style>
span { border-color: #562862; }
span { border-color: rgb(86,40,98); }
td.TdClassName
{
border-color: #562862;
}
.TagClassName
{
border-color: #562862;
}
</style>