Shades of Hot Purple #530E56
Tints of Hot Purple #530E56
RGB
CMYK
RGB Variations
Color information
#530E56 (or 0x530E56) is known color: Hot Purple. HEX triplet: 53, 0E and 56. RGB value is (83,14,86). Sum of RGB (Red+Green+Blue) = 83+14+86=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #530E56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E56 is #ACF1A9. Grayscale: #2A2A2A. Windows color (decimal): -11334058 or 5639763. OLE color: 5639763.
HSL color Cylindrical-coordinate representation of color #530E56: hue angle of 297.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530E56 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 14 | 86 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.66 |
| HSL | 297.5º | 0.72% | 0.2% | - |
| HSV(B) | 297.5º | 0.84% | 0.34% | - |
| XYZ | 5.4 | 2.82 | 9.06 | - |
| YUV | 42.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 86 | 0.03 | 0.84 | 0 | 0.66 | 297.5 | 0.72 | 0.2 |
| Hex | 53 | E | 56 | 3 | 54 | 0 | 42 | 12A | 48 | 14 |
| Octal | 123 | 16 | 126 | 3 | 124 | 0 | 102 | 452 | 110 | 24 |
| Binary | 1010011 | 1110 | 1010110 | 11 | 1010100 | 0 | 1000010 | 100101010 | 1001000 | 10100 |
Color Harmonies of #530E56
Complementary color
Monochromatic Colors of #530E56
Black with #530E56
Text Example
Text Example
White with #530E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E56; }
p { color: rgb(83,14,86); }
H1.HeaderClassName
{
color: #530E56;
}
.AnyTagClassName
{
color: #530E56;
}
</style>
background-color css
<style>
a { background-color: #530E56; }
a { background-color: rgb(83,14,86); }
div.DivClassName
{
background-color: #530E56;
}
.BgClassName
{
background-color: #530E56;
}
</style>
border-color css
<style>
span { border-color: #530E56; }
span { border-color: rgb(83,14,86); }
td.TdClassName
{
border-color: #530E56;
}
.TagClassName
{
border-color: #530E56;
}
</style>