Shades of Hot Purple #54385A
Tints of Hot Purple #54385A
RGB
CMYK
RGB Variations
Color information
#54385A (or 0x54385A) is known color: Hot Purple. HEX triplet: 54, 38 and 5A. RGB value is (84,56,90). Sum of RGB (Red+Green+Blue) = 84+56+90=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #54385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54385A is #ABC7A5. Grayscale: #444444. Windows color (decimal): -11257766 or 5912660. OLE color: 5912660.
HSL color Cylindrical-coordinate representation of color #54385A: hue angle of 289.41º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54385A is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 56 | 90 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.65 |
| HSL | 289.41º | 0.23% | 0.29% | - |
| HSV(B) | 289.41º | 0.38% | 0.35% | - |
| XYZ | 6.92 | 5.45 | 10.36 | - |
| YUV | 68.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 90 | 0.07 | 0.38 | 0 | 0.65 | 289.41 | 0.23 | 0.29 |
| Hex | 54 | 38 | 5A | 7 | 26 | 0 | 41 | 121 | 17 | 1D |
| Octal | 124 | 70 | 132 | 7 | 46 | 0 | 101 | 441 | 27 | 35 |
| Binary | 1010100 | 111000 | 1011010 | 111 | 100110 | 0 | 1000001 | 100100001 | 10111 | 11101 |
Color Harmonies of #54385A
Complementary color
Monochromatic Colors of #54385A
Black with #54385A
Text Example
Text Example
White with #54385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54385A; }
p { color: rgb(84,56,90); }
H1.HeaderClassName
{
color: #54385A;
}
.AnyTagClassName
{
color: #54385A;
}
</style>
background-color css
<style>
a { background-color: #54385A; }
a { background-color: rgb(84,56,90); }
div.DivClassName
{
background-color: #54385A;
}
.BgClassName
{
background-color: #54385A;
}
</style>
border-color css
<style>
span { border-color: #54385A; }
span { border-color: rgb(84,56,90); }
td.TdClassName
{
border-color: #54385A;
}
.TagClassName
{
border-color: #54385A;
}
</style>