Shades of Hot Purple #54125F
Tints of Hot Purple #54125F
RGB
CMYK
RGB Variations
Color information
#54125F (or 0x54125F) is known color: Hot Purple. HEX triplet: 54, 12 and 5F. RGB value is (84,18,95). Sum of RGB (Red+Green+Blue) = 84+18+95=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #54125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54125F is #ABEDA0. Grayscale: #2E2E2E. Windows color (decimal): -11267489 or 6230612. OLE color: 6230612.
HSL color Cylindrical-coordinate representation of color #54125F: hue angle of 291.43º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54125F is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 18 | 95 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.63 |
| HSL | 291.43º | 0.68% | 0.22% | - |
| HSV(B) | 291.43º | 0.81% | 0.37% | - |
| XYZ | 5.94 | 3.14 | 11.12 | - |
| YUV | 46.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 95 | 0.12 | 0.81 | 0 | 0.63 | 291.43 | 0.68 | 0.22 |
| Hex | 54 | 12 | 5F | C | 51 | 0 | 3F | 123 | 44 | 16 |
| Octal | 124 | 22 | 137 | 14 | 121 | 0 | 77 | 443 | 104 | 26 |
| Binary | 1010100 | 10010 | 1011111 | 1100 | 1010001 | 0 | 111111 | 100100011 | 1000100 | 10110 |
Color Harmonies of #54125F
Complementary color
Monochromatic Colors of #54125F
Black with #54125F
Text Example
Text Example
White with #54125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54125F; }
p { color: rgb(84,18,95); }
H1.HeaderClassName
{
color: #54125F;
}
.AnyTagClassName
{
color: #54125F;
}
</style>
background-color css
<style>
a { background-color: #54125F; }
a { background-color: rgb(84,18,95); }
div.DivClassName
{
background-color: #54125F;
}
.BgClassName
{
background-color: #54125F;
}
</style>
border-color css
<style>
span { border-color: #54125F; }
span { border-color: rgb(84,18,95); }
td.TdClassName
{
border-color: #54125F;
}
.TagClassName
{
border-color: #54125F;
}
</style>