Shades of Hot Purple #541750
Tints of Hot Purple #541750
RGB
CMYK
RGB Variations
Color information
#541750 (or 0x541750) is known color: Hot Purple. HEX triplet: 54, 17 and 50. RGB value is (84,23,80). Sum of RGB (Red+Green+Blue) = 84+23+80=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #541750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541750 is #ABE8AF. Grayscale: #2F2F2F. Windows color (decimal): -11266224 or 5248852. OLE color: 5248852.
HSL color Cylindrical-coordinate representation of color #541750: hue angle of 303.93º 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 #541750 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 23 | 80 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.67 |
| HSL | 303.93º | 0.57% | 0.21% | - |
| HSV(B) | 303.93º | 0.73% | 0.33% | - |
| XYZ | 5.41 | 3.08 | 7.9 | - |
| YUV | 47.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 80 | 0 | 0.73 | 0.05 | 0.67 | 303.93 | 0.57 | 0.21 |
| Hex | 54 | 17 | 50 | 0 | 49 | 5 | 43 | 130 | 39 | 15 |
| Octal | 124 | 27 | 120 | 0 | 111 | 5 | 103 | 460 | 71 | 25 |
| Binary | 1010100 | 10111 | 1010000 | 0 | 1001001 | 101 | 1000011 | 100110000 | 111001 | 10101 |
Color Harmonies of #541750
Complementary color
Monochromatic Colors of #541750
Black with #541750
Text Example
Text Example
White with #541750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541750; }
p { color: rgb(84,23,80); }
H1.HeaderClassName
{
color: #541750;
}
.AnyTagClassName
{
color: #541750;
}
</style>
background-color css
<style>
a { background-color: #541750; }
a { background-color: rgb(84,23,80); }
div.DivClassName
{
background-color: #541750;
}
.BgClassName
{
background-color: #541750;
}
</style>
border-color css
<style>
span { border-color: #541750; }
span { border-color: rgb(84,23,80); }
td.TdClassName
{
border-color: #541750;
}
.TagClassName
{
border-color: #541750;
}
</style>