Shades of Hot Purple #530C56
Tints of Hot Purple #530C56
RGB
CMYK
RGB Variations
Color information
#530C56 (or 0x530C56) is known color: Hot Purple. HEX triplet: 53, 0C and 56. RGB value is (83,12,86). Sum of RGB (Red+Green+Blue) = 83+12+86=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #530C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C56 is #ACF3A9. Grayscale: #292929. Windows color (decimal): -11334570 or 5639251. OLE color: 5639251.
HSL color Cylindrical-coordinate representation of color #530C56: hue angle of 297.57º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C56 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 12 | 86 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.66 |
| HSL | 297.57º | 0.76% | 0.19% | - |
| HSV(B) | 297.57º | 0.86% | 0.34% | - |
| XYZ | 5.38 | 2.77 | 9.06 | - |
| YUV | 41.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 86 | 0.03 | 0.86 | 0 | 0.66 | 297.57 | 0.76 | 0.19 |
| Hex | 53 | C | 56 | 3 | 56 | 0 | 42 | 12A | 4C | 13 |
| Octal | 123 | 14 | 126 | 3 | 126 | 0 | 102 | 452 | 114 | 23 |
| Binary | 1010011 | 1100 | 1010110 | 11 | 1010110 | 0 | 1000010 | 100101010 | 1001100 | 10011 |
Color Harmonies of #530C56
Complementary color
Monochromatic Colors of #530C56
Black with #530C56
Text Example
Text Example
White with #530C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C56; }
p { color: rgb(83,12,86); }
H1.HeaderClassName
{
color: #530C56;
}
.AnyTagClassName
{
color: #530C56;
}
</style>
background-color css
<style>
a { background-color: #530C56; }
a { background-color: rgb(83,12,86); }
div.DivClassName
{
background-color: #530C56;
}
.BgClassName
{
background-color: #530C56;
}
</style>
border-color css
<style>
span { border-color: #530C56; }
span { border-color: rgb(83,12,86); }
td.TdClassName
{
border-color: #530C56;
}
.TagClassName
{
border-color: #530C56;
}
</style>