Shades of Hot Purple #562B53
Tints of Hot Purple #562B53
RGB
CMYK
RGB Variations
Color information
#562B53 (or 0x562B53) is known color: Hot Purple. HEX triplet: 56, 2B and 53. RGB value is (86,43,83). Sum of RGB (Red+Green+Blue) = 86+43+83=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #562B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562B53 is #A9D4AC. Grayscale: #3C3C3C. Windows color (decimal): -11130029 or 5450582. OLE color: 5450582.
HSL color Cylindrical-coordinate representation of color #562B53: hue angle of 304.19º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B53 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 43 | 83 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.66 |
| HSL | 304.19º | 0.33% | 0.25% | - |
| HSV(B) | 304.19º | 0.5% | 0.34% | - |
| XYZ | 6.26 | 4.33 | 8.69 | - |
| YUV | 60.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 83 | 0 | 0.50 | 0.03 | 0.66 | 304.19 | 0.33 | 0.25 |
| Hex | 56 | 2B | 53 | 0 | 32 | 3 | 42 | 130 | 21 | 19 |
| Octal | 126 | 53 | 123 | 0 | 62 | 3 | 102 | 460 | 41 | 31 |
| Binary | 1010110 | 101011 | 1010011 | 0 | 110010 | 11 | 1000010 | 100110000 | 100001 | 11001 |
Color Harmonies of #562B53
Complementary color
Monochromatic Colors of #562B53
Black with #562B53
Text Example
Text Example
White with #562B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562B53; }
p { color: rgb(86,43,83); }
H1.HeaderClassName
{
color: #562B53;
}
.AnyTagClassName
{
color: #562B53;
}
</style>
background-color css
<style>
a { background-color: #562B53; }
a { background-color: rgb(86,43,83); }
div.DivClassName
{
background-color: #562B53;
}
.BgClassName
{
background-color: #562B53;
}
</style>
border-color css
<style>
span { border-color: #562B53; }
span { border-color: rgb(86,43,83); }
td.TdClassName
{
border-color: #562B53;
}
.TagClassName
{
border-color: #562B53;
}
</style>