Shades of Hot Purple #54275B
Tints of Hot Purple #54275B
RGB
CMYK
RGB Variations
Color information
#54275B (or 0x54275B) is known color: Hot Purple. HEX triplet: 54, 27 and 5B. RGB value is (84,39,91). Sum of RGB (Red+Green+Blue) = 84+39+91=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #54275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54275B is #ABD8A4. Grayscale: #3A3A3A. Windows color (decimal): -11262117 or 5973844. OLE color: 5973844.
HSL color Cylindrical-coordinate representation of color #54275B: hue angle of 291.92º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54275B is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 39 | 91 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.64 |
| HSL | 291.92º | 0.4% | 0.25% | - |
| HSV(B) | 291.92º | 0.57% | 0.36% | - |
| XYZ | 6.27 | 4.09 | 10.36 | - |
| YUV | 58.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 91 | 0.08 | 0.57 | 0 | 0.64 | 291.92 | 0.4 | 0.25 |
| Hex | 54 | 27 | 5B | 8 | 39 | 0 | 40 | 124 | 28 | 19 |
| Octal | 124 | 47 | 133 | 10 | 71 | 0 | 100 | 444 | 50 | 31 |
| Binary | 1010100 | 100111 | 1011011 | 1000 | 111001 | 0 | 1000000 | 100100100 | 101000 | 11001 |
Color Harmonies of #54275B
Complementary color
Monochromatic Colors of #54275B
Black with #54275B
Text Example
Text Example
White with #54275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54275B; }
p { color: rgb(84,39,91); }
H1.HeaderClassName
{
color: #54275B;
}
.AnyTagClassName
{
color: #54275B;
}
</style>
background-color css
<style>
a { background-color: #54275B; }
a { background-color: rgb(84,39,91); }
div.DivClassName
{
background-color: #54275B;
}
.BgClassName
{
background-color: #54275B;
}
</style>
border-color css
<style>
span { border-color: #54275B; }
span { border-color: rgb(84,39,91); }
td.TdClassName
{
border-color: #54275B;
}
.TagClassName
{
border-color: #54275B;
}
</style>