Shades of Hot Purple #521459
Tints of Hot Purple #521459
RGB
CMYK
RGB Variations
Color information
#521459 (or 0x521459) is known color: Hot Purple. HEX triplet: 52, 14 and 59. RGB value is (82,20,89). Sum of RGB (Red+Green+Blue) = 82+20+89=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #521459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521459 is #ADEBA6. Grayscale: #2E2E2E. Windows color (decimal): -11398055 or 5837906. OLE color: 5837906.
HSL color Cylindrical-coordinate representation of color #521459: hue angle of 293.91º 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 #521459 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 20 | 89 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.65 |
| HSL | 293.91º | 0.63% | 0.21% | - |
| HSV(B) | 293.91º | 0.78% | 0.35% | - |
| XYZ | 5.53 | 3.02 | 9.74 | - |
| YUV | 46.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 89 | 0.08 | 0.78 | 0 | 0.65 | 293.91 | 0.63 | 0.21 |
| Hex | 52 | 14 | 59 | 8 | 4E | 0 | 41 | 126 | 3F | 15 |
| Octal | 122 | 24 | 131 | 10 | 116 | 0 | 101 | 446 | 77 | 25 |
| Binary | 1010010 | 10100 | 1011001 | 1000 | 1001110 | 0 | 1000001 | 100100110 | 111111 | 10101 |
Color Harmonies of #521459
Complementary color
Monochromatic Colors of #521459
Black with #521459
Text Example
Text Example
White with #521459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521459; }
p { color: rgb(82,20,89); }
H1.HeaderClassName
{
color: #521459;
}
.AnyTagClassName
{
color: #521459;
}
</style>
background-color css
<style>
a { background-color: #521459; }
a { background-color: rgb(82,20,89); }
div.DivClassName
{
background-color: #521459;
}
.BgClassName
{
background-color: #521459;
}
</style>
border-color css
<style>
span { border-color: #521459; }
span { border-color: rgb(82,20,89); }
td.TdClassName
{
border-color: #521459;
}
.TagClassName
{
border-color: #521459;
}
</style>