Shades of Hot Purple #521255
Tints of Hot Purple #521255
RGB
CMYK
RGB Variations
Color information
#521255 (or 0x521255) is known color: Hot Purple. HEX triplet: 52, 12 and 55. RGB value is (82,18,85). Sum of RGB (Red+Green+Blue) = 82+18+85=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #521255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521255 is #ADEDAA. Grayscale: #2C2C2C. Windows color (decimal): -11398571 or 5575250. OLE color: 5575250.
HSL color Cylindrical-coordinate representation of color #521255: hue angle of 297.31º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521255 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 18 | 85 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.67 |
| HSL | 297.31º | 0.65% | 0.2% | - |
| HSV(B) | 297.31º | 0.79% | 0.33% | - |
| XYZ | 5.34 | 2.88 | 8.87 | - |
| YUV | 44.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 85 | 0.04 | 0.79 | 0 | 0.67 | 297.31 | 0.65 | 0.2 |
| Hex | 52 | 12 | 55 | 4 | 4F | 0 | 43 | 129 | 41 | 14 |
| Octal | 122 | 22 | 125 | 4 | 117 | 0 | 103 | 451 | 101 | 24 |
| Binary | 1010010 | 10010 | 1010101 | 100 | 1001111 | 0 | 1000011 | 100101001 | 1000001 | 10100 |
Color Harmonies of #521255
Complementary color
Monochromatic Colors of #521255
Black with #521255
Text Example
Text Example
White with #521255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521255; }
p { color: rgb(82,18,85); }
H1.HeaderClassName
{
color: #521255;
}
.AnyTagClassName
{
color: #521255;
}
</style>
background-color css
<style>
a { background-color: #521255; }
a { background-color: rgb(82,18,85); }
div.DivClassName
{
background-color: #521255;
}
.BgClassName
{
background-color: #521255;
}
</style>
border-color css
<style>
span { border-color: #521255; }
span { border-color: rgb(82,18,85); }
td.TdClassName
{
border-color: #521255;
}
.TagClassName
{
border-color: #521255;
}
</style>