Shades of Hot Purple #521453
Tints of Hot Purple #521453
RGB
CMYK
RGB Variations
Color information
#521453 (or 0x521453) is known color: Hot Purple. HEX triplet: 52, 14 and 53. RGB value is (82,20,83). Sum of RGB (Red+Green+Blue) = 82+20+83=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #521453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521453 is #ADEBAC. Grayscale: #2D2D2D. Windows color (decimal): -11398061 or 5444690. OLE color: 5444690.
HSL color Cylindrical-coordinate representation of color #521453: hue angle of 299.05º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521453 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 20 | 83 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.67 |
| HSL | 299.05º | 0.61% | 0.2% | - |
| HSV(B) | 299.05º | 0.76% | 0.33% | - |
| XYZ | 5.29 | 2.92 | 8.47 | - |
| YUV | 45.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 83 | 0.01 | 0.76 | 0 | 0.67 | 299.05 | 0.61 | 0.2 |
| Hex | 52 | 14 | 53 | 1 | 4C | 0 | 43 | 12B | 3D | 14 |
| Octal | 122 | 24 | 123 | 1 | 114 | 0 | 103 | 453 | 75 | 24 |
| Binary | 1010010 | 10100 | 1010011 | 1 | 1001100 | 0 | 1000011 | 100101011 | 111101 | 10100 |
Color Harmonies of #521453
Complementary color
Monochromatic Colors of #521453
Black with #521453
Text Example
Text Example
White with #521453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521453; }
p { color: rgb(82,20,83); }
H1.HeaderClassName
{
color: #521453;
}
.AnyTagClassName
{
color: #521453;
}
</style>
background-color css
<style>
a { background-color: #521453; }
a { background-color: rgb(82,20,83); }
div.DivClassName
{
background-color: #521453;
}
.BgClassName
{
background-color: #521453;
}
</style>
border-color css
<style>
span { border-color: #521453; }
span { border-color: rgb(82,20,83); }
td.TdClassName
{
border-color: #521453;
}
.TagClassName
{
border-color: #521453;
}
</style>