Shades of Hot Purple #530056
Tints of Hot Purple #530056
RGB
CMYK
RGB Variations
Color information
#530056 (or 0x530056) is known color: Hot Purple. HEX triplet: 53, 00 and 56. RGB value is (83,0,86). Sum of RGB (Red+Green+Blue) = 83+0+86=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #530056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530056 is #ACFFA9. Grayscale: #222222. Windows color (decimal): -11337642 or 5636179. OLE color: 5636179.
HSL color Cylindrical-coordinate representation of color #530056: hue angle of 297.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530056 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 0 | 86 | - |
| CMYK | 0.03 | 1 | 0 | 0.66 |
| HSL | 297.91º | 1% | 0.17% | - |
| HSV(B) | 297.91º | 1% | 0.34% | - |
| XYZ | 5.25 | 2.51 | 9.01 | - |
| YUV | 34.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 86 | 0.03 | 1 | 0 | 0.66 | 297.91 | 1 | 0.17 |
| Hex | 53 | 0 | 56 | 3 | 64 | 0 | 42 | 12A | 64 | 11 |
| Octal | 123 | 0 | 126 | 3 | 144 | 0 | 102 | 452 | 144 | 21 |
| Binary | 1010011 | 0 | 1010110 | 11 | 1100100 | 0 | 1000010 | 100101010 | 1100100 | 10001 |
Color Harmonies of #530056
Complementary color
Monochromatic Colors of #530056
Black with #530056
Text Example
Text Example
White with #530056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530056; }
p { color: rgb(83,0,86); }
H1.HeaderClassName
{
color: #530056;
}
.AnyTagClassName
{
color: #530056;
}
</style>
background-color css
<style>
a { background-color: #530056; }
a { background-color: rgb(83,0,86); }
div.DivClassName
{
background-color: #530056;
}
.BgClassName
{
background-color: #530056;
}
</style>
border-color css
<style>
span { border-color: #530056; }
span { border-color: rgb(83,0,86); }
td.TdClassName
{
border-color: #530056;
}
.TagClassName
{
border-color: #530056;
}
</style>