Shades of Hot Purple #45124D
Tints of Hot Purple #45124D
RGB
CMYK
RGB Variations
Color information
#45124D (or 0x45124D) is known color: Hot Purple. HEX triplet: 45, 12 and 4D. RGB value is (69,18,77). Sum of RGB (Red+Green+Blue) = 69+18+77=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #45124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45124D is #BAEDB2. Grayscale: #272727. Windows color (decimal): -12250547 or 5050949. OLE color: 5050949.
HSL color Cylindrical-coordinate representation of color #45124D: hue angle of 291.86º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45124D is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 18 | 77 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.70 |
| HSL | 291.86º | 0.62% | 0.19% | - |
| HSV(B) | 291.86º | 0.77% | 0.3% | - |
| XYZ | 4.01 | 2.23 | 7.24 | - |
| YUV | 39.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 77 | 0.10 | 0.77 | 0 | 0.70 | 291.86 | 0.62 | 0.19 |
| Hex | 45 | 12 | 4D | A | 4D | 0 | 46 | 124 | 3E | 13 |
| Octal | 105 | 22 | 115 | 12 | 115 | 0 | 106 | 444 | 76 | 23 |
| Binary | 1000101 | 10010 | 1001101 | 1010 | 1001101 | 0 | 1000110 | 100100100 | 111110 | 10011 |
Color Harmonies of #45124D
Complementary color
Monochromatic Colors of #45124D
Black with #45124D
Text Example
Text Example
White with #45124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45124D; }
p { color: rgb(69,18,77); }
H1.HeaderClassName
{
color: #45124D;
}
.AnyTagClassName
{
color: #45124D;
}
</style>
background-color css
<style>
a { background-color: #45124D; }
a { background-color: rgb(69,18,77); }
div.DivClassName
{
background-color: #45124D;
}
.BgClassName
{
background-color: #45124D;
}
</style>
border-color css
<style>
span { border-color: #45124D; }
span { border-color: rgb(69,18,77); }
td.TdClassName
{
border-color: #45124D;
}
.TagClassName
{
border-color: #45124D;
}
</style>