Shades of Hot Purple #541255
Tints of Hot Purple #541255
RGB
CMYK
RGB Variations
Color information
#541255 (or 0x541255) is known color: Hot Purple. HEX triplet: 54, 12 and 55. RGB value is (84,18,85). Sum of RGB (Red+Green+Blue) = 84+18+85=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #541255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541255 is #ABEDAA. Grayscale: #2D2D2D. Windows color (decimal): -11267499 or 5575252. OLE color: 5575252.
HSL color Cylindrical-coordinate representation of color #541255: hue angle of 299.1º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541255 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 85 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.67 |
| HSL | 299.1º | 0.65% | 0.2% | - |
| HSV(B) | 299.1º | 0.79% | 0.33% | - |
| XYZ | 5.51 | 2.97 | 8.88 | - |
| YUV | 45.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 85 | 0.01 | 0.79 | 0 | 0.67 | 299.1 | 0.65 | 0.2 |
| Hex | 54 | 12 | 55 | 1 | 4F | 0 | 43 | 12B | 41 | 14 |
| Octal | 124 | 22 | 125 | 1 | 117 | 0 | 103 | 453 | 101 | 24 |
| Binary | 1010100 | 10010 | 1010101 | 1 | 1001111 | 0 | 1000011 | 100101011 | 1000001 | 10100 |
Color Harmonies of #541255
Complementary color
Monochromatic Colors of #541255
Black with #541255
Text Example
Text Example
White with #541255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541255; }
p { color: rgb(84,18,85); }
H1.HeaderClassName
{
color: #541255;
}
.AnyTagClassName
{
color: #541255;
}
</style>
background-color css
<style>
a { background-color: #541255; }
a { background-color: rgb(84,18,85); }
div.DivClassName
{
background-color: #541255;
}
.BgClassName
{
background-color: #541255;
}
</style>
border-color css
<style>
span { border-color: #541255; }
span { border-color: rgb(84,18,85); }
td.TdClassName
{
border-color: #541255;
}
.TagClassName
{
border-color: #541255;
}
</style>