Shades of Hot Purple #521653
Tints of Hot Purple #521653
RGB
CMYK
RGB Variations
Color information
#521653 (or 0x521653) is known color: Hot Purple. HEX triplet: 52, 16 and 53. RGB value is (82,22,83). Sum of RGB (Red+Green+Blue) = 82+22+83=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #521653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521653 is #ADE9AC. Grayscale: #2E2E2E. Windows color (decimal): -11397549 or 5445202. OLE color: 5445202.
HSL color Cylindrical-coordinate representation of color #521653: hue angle of 299.02º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521653 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 22 | 83 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.67 |
| HSL | 299.02º | 0.58% | 0.21% | - |
| HSV(B) | 299.02º | 0.73% | 0.33% | - |
| XYZ | 5.33 | 2.99 | 8.48 | - |
| YUV | 46.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 83 | 0.01 | 0.73 | 0 | 0.67 | 299.02 | 0.58 | 0.21 |
| Hex | 52 | 16 | 53 | 1 | 49 | 0 | 43 | 12B | 3A | 15 |
| Octal | 122 | 26 | 123 | 1 | 111 | 0 | 103 | 453 | 72 | 25 |
| Binary | 1010010 | 10110 | 1010011 | 1 | 1001001 | 0 | 1000011 | 100101011 | 111010 | 10101 |
Color Harmonies of #521653
Complementary color
Monochromatic Colors of #521653
Black with #521653
Text Example
Text Example
White with #521653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521653; }
p { color: rgb(82,22,83); }
H1.HeaderClassName
{
color: #521653;
}
.AnyTagClassName
{
color: #521653;
}
</style>
background-color css
<style>
a { background-color: #521653; }
a { background-color: rgb(82,22,83); }
div.DivClassName
{
background-color: #521653;
}
.BgClassName
{
background-color: #521653;
}
</style>
border-color css
<style>
span { border-color: #521653; }
span { border-color: rgb(82,22,83); }
td.TdClassName
{
border-color: #521653;
}
.TagClassName
{
border-color: #521653;
}
</style>