Shades of Hot Purple #521251
Tints of Hot Purple #521251
RGB
CMYK
RGB Variations
Color information
#521251 (or 0x521251) is known color: Hot Purple. HEX triplet: 52, 12 and 51. RGB value is (82,18,81). Sum of RGB (Red+Green+Blue) = 82+18+81=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #521251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521251 is #ADEDAE. Grayscale: #2C2C2C. Windows color (decimal): -11398575 or 5313106. OLE color: 5313106.
HSL color Cylindrical-coordinate representation of color #521251: hue angle of 300.94º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521251 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 18 | 81 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.68 |
| HSL | 300.94º | 0.64% | 0.2% | - |
| HSV(B) | 300.94º | 0.78% | 0.32% | - |
| XYZ | 5.18 | 2.82 | 8.06 | - |
| YUV | 44.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 81 | 0 | 0.78 | 0.01 | 0.68 | 300.94 | 0.64 | 0.2 |
| Hex | 52 | 12 | 51 | 0 | 4E | 1 | 44 | 12D | 40 | 14 |
| Octal | 122 | 22 | 121 | 0 | 116 | 1 | 104 | 455 | 100 | 24 |
| Binary | 1010010 | 10010 | 1010001 | 0 | 1001110 | 1 | 1000100 | 100101101 | 1000000 | 10100 |
Color Harmonies of #521251
Complementary color
Monochromatic Colors of #521251
Black with #521251
Text Example
Text Example
White with #521251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521251; }
p { color: rgb(82,18,81); }
H1.HeaderClassName
{
color: #521251;
}
.AnyTagClassName
{
color: #521251;
}
</style>
background-color css
<style>
a { background-color: #521251; }
a { background-color: rgb(82,18,81); }
div.DivClassName
{
background-color: #521251;
}
.BgClassName
{
background-color: #521251;
}
</style>
border-color css
<style>
span { border-color: #521251; }
span { border-color: rgb(82,18,81); }
td.TdClassName
{
border-color: #521251;
}
.TagClassName
{
border-color: #521251;
}
</style>