Shades of Hot Purple #521E54
Tints of Hot Purple #521E54
RGB
CMYK
RGB Variations
Color information
#521E54 (or 0x521E54) is known color: Hot Purple. HEX triplet: 52, 1E and 54. RGB value is (82,30,84). Sum of RGB (Red+Green+Blue) = 82+30+84=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #521E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521E54 is #ADE1AB. Grayscale: #333333. Windows color (decimal): -11395500 or 5512786. OLE color: 5512786.
HSL color Cylindrical-coordinate representation of color #521E54: hue angle of 297.78º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #521E54 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 30 | 84 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.67 |
| HSL | 297.78º | 0.47% | 0.22% | - |
| HSV(B) | 297.78º | 0.64% | 0.33% | - |
| XYZ | 5.54 | 3.36 | 8.74 | - |
| YUV | 51.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 84 | 0.02 | 0.64 | 0 | 0.67 | 297.78 | 0.47 | 0.22 |
| Hex | 52 | 1E | 54 | 2 | 40 | 0 | 43 | 12A | 2F | 16 |
| Octal | 122 | 36 | 124 | 2 | 100 | 0 | 103 | 452 | 57 | 26 |
| Binary | 1010010 | 11110 | 1010100 | 10 | 1000000 | 0 | 1000011 | 100101010 | 101111 | 10110 |
Color Harmonies of #521E54
Complementary color
Monochromatic Colors of #521E54
Black with #521E54
Text Example
Text Example
White with #521E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521E54; }
p { color: rgb(82,30,84); }
H1.HeaderClassName
{
color: #521E54;
}
.AnyTagClassName
{
color: #521E54;
}
</style>
background-color css
<style>
a { background-color: #521E54; }
a { background-color: rgb(82,30,84); }
div.DivClassName
{
background-color: #521E54;
}
.BgClassName
{
background-color: #521E54;
}
</style>
border-color css
<style>
span { border-color: #521E54; }
span { border-color: rgb(82,30,84); }
td.TdClassName
{
border-color: #521E54;
}
.TagClassName
{
border-color: #521E54;
}
</style>