Shades of Hot Purple #521654
Tints of Hot Purple #521654
RGB
CMYK
RGB Variations
Color information
#521654 (or 0x521654) is known color: Hot Purple. HEX triplet: 52, 16 and 54. RGB value is (82,22,84). Sum of RGB (Red+Green+Blue) = 82+22+84=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #521654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521654 is #ADE9AB. Grayscale: #2E2E2E. Windows color (decimal): -11397548 or 5510738. OLE color: 5510738.
HSL color Cylindrical-coordinate representation of color #521654: hue angle of 298.06º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521654 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 22 | 84 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.67 |
| HSL | 298.06º | 0.58% | 0.21% | - |
| HSV(B) | 298.06º | 0.74% | 0.33% | - |
| XYZ | 5.37 | 3.01 | 8.69 | - |
| YUV | 47.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 84 | 0.02 | 0.74 | 0 | 0.67 | 298.06 | 0.58 | 0.21 |
| Hex | 52 | 16 | 54 | 2 | 4A | 0 | 43 | 12A | 3A | 15 |
| Octal | 122 | 26 | 124 | 2 | 112 | 0 | 103 | 452 | 72 | 25 |
| Binary | 1010010 | 10110 | 1010100 | 10 | 1001010 | 0 | 1000011 | 100101010 | 111010 | 10101 |
Color Harmonies of #521654
Complementary color
Monochromatic Colors of #521654
Black with #521654
Text Example
Text Example
White with #521654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521654; }
p { color: rgb(82,22,84); }
H1.HeaderClassName
{
color: #521654;
}
.AnyTagClassName
{
color: #521654;
}
</style>
background-color css
<style>
a { background-color: #521654; }
a { background-color: rgb(82,22,84); }
div.DivClassName
{
background-color: #521654;
}
.BgClassName
{
background-color: #521654;
}
</style>
border-color css
<style>
span { border-color: #521654; }
span { border-color: rgb(82,22,84); }
td.TdClassName
{
border-color: #521654;
}
.TagClassName
{
border-color: #521654;
}
</style>