Shades of Hot Purple #562953
Tints of Hot Purple #562953
RGB
CMYK
RGB Variations
Color information
#562953 (or 0x562953) is known color: Hot Purple. HEX triplet: 56, 29 and 53. RGB value is (86,41,83). Sum of RGB (Red+Green+Blue) = 86+41+83=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #562953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562953 is #A9D6AC. Grayscale: #3B3B3B. Windows color (decimal): -11130541 or 5450070. OLE color: 5450070.
HSL color Cylindrical-coordinate representation of color #562953: hue angle of 304º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #562953 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 41 | 83 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.66 |
| HSL | 304º | 0.35% | 0.25% | - |
| HSV(B) | 304º | 0.52% | 0.34% | - |
| XYZ | 6.19 | 4.19 | 8.67 | - |
| YUV | 59.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 83 | 0 | 0.52 | 0.03 | 0.66 | 304 | 0.35 | 0.25 |
| Hex | 56 | 29 | 53 | 0 | 34 | 3 | 42 | 130 | 23 | 19 |
| Octal | 126 | 51 | 123 | 0 | 64 | 3 | 102 | 460 | 43 | 31 |
| Binary | 1010110 | 101001 | 1010011 | 0 | 110100 | 11 | 1000010 | 100110000 | 100011 | 11001 |
Color Harmonies of #562953
Complementary color
Monochromatic Colors of #562953
Black with #562953
Text Example
Text Example
White with #562953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562953; }
p { color: rgb(86,41,83); }
H1.HeaderClassName
{
color: #562953;
}
.AnyTagClassName
{
color: #562953;
}
</style>
background-color css
<style>
a { background-color: #562953; }
a { background-color: rgb(86,41,83); }
div.DivClassName
{
background-color: #562953;
}
.BgClassName
{
background-color: #562953;
}
</style>
border-color css
<style>
span { border-color: #562953; }
span { border-color: rgb(86,41,83); }
td.TdClassName
{
border-color: #562953;
}
.TagClassName
{
border-color: #562953;
}
</style>