Shades of Hot Purple #531459
Tints of Hot Purple #531459
RGB
CMYK
RGB Variations
Color information
#531459 (or 0x531459) is known color: Hot Purple. HEX triplet: 53, 14 and 59. RGB value is (83,20,89). Sum of RGB (Red+Green+Blue) = 83+20+89=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #531459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531459 is #ACEBA6. Grayscale: #2E2E2E. Windows color (decimal): -11332519 or 5837907. OLE color: 5837907.
HSL color Cylindrical-coordinate representation of color #531459: hue angle of 294.78º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531459 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 20 | 89 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.65 |
| HSL | 294.78º | 0.63% | 0.21% | - |
| HSV(B) | 294.78º | 0.78% | 0.35% | - |
| XYZ | 5.62 | 3.06 | 9.75 | - |
| YUV | 46.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 89 | 0.07 | 0.78 | 0 | 0.65 | 294.78 | 0.63 | 0.21 |
| Hex | 53 | 14 | 59 | 7 | 4E | 0 | 41 | 127 | 3F | 15 |
| Octal | 123 | 24 | 131 | 7 | 116 | 0 | 101 | 447 | 77 | 25 |
| Binary | 1010011 | 10100 | 1011001 | 111 | 1001110 | 0 | 1000001 | 100100111 | 111111 | 10101 |
Color Harmonies of #531459
Complementary color
Monochromatic Colors of #531459
Black with #531459
Text Example
Text Example
White with #531459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531459; }
p { color: rgb(83,20,89); }
H1.HeaderClassName
{
color: #531459;
}
.AnyTagClassName
{
color: #531459;
}
</style>
background-color css
<style>
a { background-color: #531459; }
a { background-color: rgb(83,20,89); }
div.DivClassName
{
background-color: #531459;
}
.BgClassName
{
background-color: #531459;
}
</style>
border-color css
<style>
span { border-color: #531459; }
span { border-color: rgb(83,20,89); }
td.TdClassName
{
border-color: #531459;
}
.TagClassName
{
border-color: #531459;
}
</style>