Shades of Hot Purple #54075B
Tints of Hot Purple #54075B
RGB
CMYK
RGB Variations
Color information
#54075B (or 0x54075B) is known color: Hot Purple. HEX triplet: 54, 07 and 5B. RGB value is (84,7,91). Sum of RGB (Red+Green+Blue) = 84+7+91=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #54075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54075B is #ABF8A4. Grayscale: #272727. Windows color (decimal): -11270309 or 5965652. OLE color: 5965652.
HSL color Cylindrical-coordinate representation of color #54075B: hue angle of 295º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54075B is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 7 | 91 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.64 |
| HSL | 295º | 0.86% | 0.19% | - |
| HSV(B) | 295º | 0.92% | 0.36% | - |
| XYZ | 5.62 | 2.79 | 10.14 | - |
| YUV | 39.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 91 | 0.08 | 0.92 | 0 | 0.64 | 295 | 0.86 | 0.19 |
| Hex | 54 | 7 | 5B | 8 | 5C | 0 | 40 | 127 | 56 | 13 |
| Octal | 124 | 7 | 133 | 10 | 134 | 0 | 100 | 447 | 126 | 23 |
| Binary | 1010100 | 111 | 1011011 | 1000 | 1011100 | 0 | 1000000 | 100100111 | 1010110 | 10011 |
Color Harmonies of #54075B
Complementary color
Monochromatic Colors of #54075B
Black with #54075B
Text Example
Text Example
White with #54075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54075B; }
p { color: rgb(84,7,91); }
H1.HeaderClassName
{
color: #54075B;
}
.AnyTagClassName
{
color: #54075B;
}
</style>
background-color css
<style>
a { background-color: #54075B; }
a { background-color: rgb(84,7,91); }
div.DivClassName
{
background-color: #54075B;
}
.BgClassName
{
background-color: #54075B;
}
</style>
border-color css
<style>
span { border-color: #54075B; }
span { border-color: rgb(84,7,91); }
td.TdClassName
{
border-color: #54075B;
}
.TagClassName
{
border-color: #54075B;
}
</style>