Shades of Hot Purple #521150
Tints of Hot Purple #521150
RGB
CMYK
RGB Variations
Color information
#521150 (or 0x521150) is known color: Hot Purple. HEX triplet: 52, 11 and 50. RGB value is (82,17,80). Sum of RGB (Red+Green+Blue) = 82+17+80=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #521150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521150 is #ADEEAF. Grayscale: #2B2B2B. Windows color (decimal): -11398832 or 5247314. OLE color: 5247314.
HSL color Cylindrical-coordinate representation of color #521150: hue angle of 301.85º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521150 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 80 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.68 |
| HSL | 301.85º | 0.66% | 0.19% | - |
| HSV(B) | 301.85º | 0.79% | 0.32% | - |
| XYZ | 5.13 | 2.77 | 7.85 | - |
| YUV | 43.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 80 | 0 | 0.79 | 0.02 | 0.68 | 301.85 | 0.66 | 0.19 |
| Hex | 52 | 11 | 50 | 0 | 4F | 2 | 44 | 12E | 42 | 13 |
| Octal | 122 | 21 | 120 | 0 | 117 | 2 | 104 | 456 | 102 | 23 |
| Binary | 1010010 | 10001 | 1010000 | 0 | 1001111 | 10 | 1000100 | 100101110 | 1000010 | 10011 |
Color Harmonies of #521150
Complementary color
Monochromatic Colors of #521150
Black with #521150
Text Example
Text Example
White with #521150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521150; }
p { color: rgb(82,17,80); }
H1.HeaderClassName
{
color: #521150;
}
.AnyTagClassName
{
color: #521150;
}
</style>
background-color css
<style>
a { background-color: #521150; }
a { background-color: rgb(82,17,80); }
div.DivClassName
{
background-color: #521150;
}
.BgClassName
{
background-color: #521150;
}
</style>
border-color css
<style>
span { border-color: #521150; }
span { border-color: rgb(82,17,80); }
td.TdClassName
{
border-color: #521150;
}
.TagClassName
{
border-color: #521150;
}
</style>