Shades of Hot Purple #562A60
Tints of Hot Purple #562A60
RGB
CMYK
RGB Variations
Color information
#562A60 (or 0x562A60) is known color: Hot Purple. HEX triplet: 56, 2A and 60. RGB value is (86,42,96). Sum of RGB (Red+Green+Blue) = 86+42+96=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #562A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562A60 is #A9D59F. Grayscale: #3D3D3D. Windows color (decimal): -11130272 or 6302294. OLE color: 6302294.
HSL color Cylindrical-coordinate representation of color #562A60: hue angle of 288.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #562A60 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 42 | 96 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.62 |
| HSL | 288.89º | 0.39% | 0.27% | - |
| HSV(B) | 288.89º | 0.56% | 0.38% | - |
| XYZ | 6.78 | 4.48 | 11.57 | - |
| YUV | 61.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 96 | 0.10 | 0.56 | 0 | 0.62 | 288.89 | 0.39 | 0.27 |
| Hex | 56 | 2A | 60 | A | 38 | 0 | 3E | 121 | 27 | 1B |
| Octal | 126 | 52 | 140 | 12 | 70 | 0 | 76 | 441 | 47 | 33 |
| Binary | 1010110 | 101010 | 1100000 | 1010 | 111000 | 0 | 111110 | 100100001 | 100111 | 11011 |
Color Harmonies of #562A60
Complementary color
Monochromatic Colors of #562A60
Black with #562A60
Text Example
Text Example
White with #562A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A60; }
p { color: rgb(86,42,96); }
H1.HeaderClassName
{
color: #562A60;
}
.AnyTagClassName
{
color: #562A60;
}
</style>
background-color css
<style>
a { background-color: #562A60; }
a { background-color: rgb(86,42,96); }
div.DivClassName
{
background-color: #562A60;
}
.BgClassName
{
background-color: #562A60;
}
</style>
border-color css
<style>
span { border-color: #562A60; }
span { border-color: rgb(86,42,96); }
td.TdClassName
{
border-color: #562A60;
}
.TagClassName
{
border-color: #562A60;
}
</style>