Shades of Hot Purple #541752
Tints of Hot Purple #541752
RGB
CMYK
RGB Variations
Color information
#541752 (or 0x541752) is known color: Hot Purple. HEX triplet: 54, 17 and 52. RGB value is (84,23,82). Sum of RGB (Red+Green+Blue) = 84+23+82=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #541752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541752 is #ABE8AD. Grayscale: #2F2F2F. Windows color (decimal): -11266222 or 5379924. OLE color: 5379924.
HSL color Cylindrical-coordinate representation of color #541752: hue angle of 301.97º degrees, saturation: 0.57, 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 #541752 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 23 | 82 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.67 |
| HSL | 301.97º | 0.57% | 0.21% | - |
| HSV(B) | 301.97º | 0.73% | 0.33% | - |
| XYZ | 5.49 | 3.11 | 8.29 | - |
| YUV | 47.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 82 | 0 | 0.73 | 0.02 | 0.67 | 301.97 | 0.57 | 0.21 |
| Hex | 54 | 17 | 52 | 0 | 49 | 2 | 43 | 12E | 39 | 15 |
| Octal | 124 | 27 | 122 | 0 | 111 | 2 | 103 | 456 | 71 | 25 |
| Binary | 1010100 | 10111 | 1010010 | 0 | 1001001 | 10 | 1000011 | 100101110 | 111001 | 10101 |
Color Harmonies of #541752
Complementary color
Monochromatic Colors of #541752
Black with #541752
Text Example
Text Example
White with #541752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541752; }
p { color: rgb(84,23,82); }
H1.HeaderClassName
{
color: #541752;
}
.AnyTagClassName
{
color: #541752;
}
</style>
background-color css
<style>
a { background-color: #541752; }
a { background-color: rgb(84,23,82); }
div.DivClassName
{
background-color: #541752;
}
.BgClassName
{
background-color: #541752;
}
</style>
border-color css
<style>
span { border-color: #541752; }
span { border-color: rgb(84,23,82); }
td.TdClassName
{
border-color: #541752;
}
.TagClassName
{
border-color: #541752;
}
</style>