Shades of Hot Purple #521655
Tints of Hot Purple #521655
RGB
CMYK
RGB Variations
Color information
#521655 (or 0x521655) is known color: Hot Purple. HEX triplet: 52, 16 and 55. RGB value is (82,22,85). Sum of RGB (Red+Green+Blue) = 82+22+85=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #521655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521655 is #ADE9AA. Grayscale: #2E2E2E. Windows color (decimal): -11397547 or 5576274. OLE color: 5576274.
HSL color Cylindrical-coordinate representation of color #521655: hue angle of 297.14º degrees, saturation: 0.59, 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 #521655 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 22 | 85 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.67 |
| HSL | 297.14º | 0.59% | 0.21% | - |
| HSV(B) | 297.14º | 0.74% | 0.33% | - |
| XYZ | 5.41 | 3.02 | 8.89 | - |
| YUV | 47.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 85 | 0.04 | 0.74 | 0 | 0.67 | 297.14 | 0.59 | 0.21 |
| Hex | 52 | 16 | 55 | 4 | 4A | 0 | 43 | 129 | 3B | 15 |
| Octal | 122 | 26 | 125 | 4 | 112 | 0 | 103 | 451 | 73 | 25 |
| Binary | 1010010 | 10110 | 1010101 | 100 | 1001010 | 0 | 1000011 | 100101001 | 111011 | 10101 |
Color Harmonies of #521655
Complementary color
Monochromatic Colors of #521655
Black with #521655
Text Example
Text Example
White with #521655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521655; }
p { color: rgb(82,22,85); }
H1.HeaderClassName
{
color: #521655;
}
.AnyTagClassName
{
color: #521655;
}
</style>
background-color css
<style>
a { background-color: #521655; }
a { background-color: rgb(82,22,85); }
div.DivClassName
{
background-color: #521655;
}
.BgClassName
{
background-color: #521655;
}
</style>
border-color css
<style>
span { border-color: #521655; }
span { border-color: rgb(82,22,85); }
td.TdClassName
{
border-color: #521655;
}
.TagClassName
{
border-color: #521655;
}
</style>