Shades of Hot Purple #531D59
Tints of Hot Purple #531D59
RGB
CMYK
RGB Variations
Color information
#531D59 (or 0x531D59) is known color: Hot Purple. HEX triplet: 53, 1D and 59. RGB value is (83,29,89). Sum of RGB (Red+Green+Blue) = 83+29+89=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #531D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D59 is #ACE2A6. Grayscale: #333333. Windows color (decimal): -11330215 or 5840211. OLE color: 5840211.
HSL color Cylindrical-coordinate representation of color #531D59: hue angle of 294º degrees, saturation: 0.51, 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 #531D59 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 29 | 89 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.65 |
| HSL | 294º | 0.51% | 0.23% | - |
| HSV(B) | 294º | 0.67% | 0.35% | - |
| XYZ | 5.81 | 3.44 | 9.81 | - |
| YUV | 51.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 89 | 0.07 | 0.67 | 0 | 0.65 | 294 | 0.51 | 0.23 |
| Hex | 53 | 1D | 59 | 7 | 43 | 0 | 41 | 126 | 33 | 17 |
| Octal | 123 | 35 | 131 | 7 | 103 | 0 | 101 | 446 | 63 | 27 |
| Binary | 1010011 | 11101 | 1011001 | 111 | 1000011 | 0 | 1000001 | 100100110 | 110011 | 10111 |
Color Harmonies of #531D59
Complementary color
Monochromatic Colors of #531D59
Black with #531D59
Text Example
Text Example
White with #531D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D59; }
p { color: rgb(83,29,89); }
H1.HeaderClassName
{
color: #531D59;
}
.AnyTagClassName
{
color: #531D59;
}
</style>
background-color css
<style>
a { background-color: #531D59; }
a { background-color: rgb(83,29,89); }
div.DivClassName
{
background-color: #531D59;
}
.BgClassName
{
background-color: #531D59;
}
</style>
border-color css
<style>
span { border-color: #531D59; }
span { border-color: rgb(83,29,89); }
td.TdClassName
{
border-color: #531D59;
}
.TagClassName
{
border-color: #531D59;
}
</style>