Shades of Hot Purple #531D58
Tints of Hot Purple #531D58
RGB
CMYK
RGB Variations
Color information
#531D58 (or 0x531D58) is known color: Hot Purple. HEX triplet: 53, 1D and 58. RGB value is (83,29,88). Sum of RGB (Red+Green+Blue) = 83+29+88=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #531D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D58 is #ACE2A7. Grayscale: #333333. Windows color (decimal): -11330216 or 5774675. OLE color: 5774675.
HSL color Cylindrical-coordinate representation of color #531D58: hue angle of 294.92º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531D58 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 29 | 88 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.65 |
| HSL | 294.92º | 0.5% | 0.23% | - |
| HSV(B) | 294.92º | 0.67% | 0.35% | - |
| XYZ | 5.77 | 3.42 | 9.59 | - |
| YUV | 51.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 88 | 0.06 | 0.67 | 0 | 0.65 | 294.92 | 0.5 | 0.23 |
| Hex | 53 | 1D | 58 | 6 | 43 | 0 | 41 | 127 | 32 | 17 |
| Octal | 123 | 35 | 130 | 6 | 103 | 0 | 101 | 447 | 62 | 27 |
| Binary | 1010011 | 11101 | 1011000 | 110 | 1000011 | 0 | 1000001 | 100100111 | 110010 | 10111 |
Color Harmonies of #531D58
Complementary color
Monochromatic Colors of #531D58
Black with #531D58
Text Example
Text Example
White with #531D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D58; }
p { color: rgb(83,29,88); }
H1.HeaderClassName
{
color: #531D58;
}
.AnyTagClassName
{
color: #531D58;
}
</style>
background-color css
<style>
a { background-color: #531D58; }
a { background-color: rgb(83,29,88); }
div.DivClassName
{
background-color: #531D58;
}
.BgClassName
{
background-color: #531D58;
}
</style>
border-color css
<style>
span { border-color: #531D58; }
span { border-color: rgb(83,29,88); }
td.TdClassName
{
border-color: #531D58;
}
.TagClassName
{
border-color: #531D58;
}
</style>