Shades of Hot Purple #452049
Tints of Hot Purple #452049
RGB
CMYK
RGB Variations
Color information
#452049 (or 0x452049) is known color: Hot Purple. HEX triplet: 45, 20 and 49. RGB value is (69,32,73). Sum of RGB (Red+Green+Blue) = 69+32+73=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #452049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452049 is #BADFB6. Grayscale: #2F2F2F. Windows color (decimal): -12246967 or 4792389. OLE color: 4792389.
HSL color Cylindrical-coordinate representation of color #452049: hue angle of 294.15º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #452049 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 32 | 73 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.71 |
| HSL | 294.15º | 0.39% | 0.21% | - |
| HSV(B) | 294.15º | 0.56% | 0.29% | - |
| XYZ | 4.17 | 2.78 | 6.62 | - |
| YUV | 47.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 73 | 0.05 | 0.56 | 0 | 0.71 | 294.15 | 0.39 | 0.21 |
| Hex | 45 | 20 | 49 | 5 | 38 | 0 | 47 | 126 | 27 | 15 |
| Octal | 105 | 40 | 111 | 5 | 70 | 0 | 107 | 446 | 47 | 25 |
| Binary | 1000101 | 100000 | 1001001 | 101 | 111000 | 0 | 1000111 | 100100110 | 100111 | 10101 |
Color Harmonies of #452049
Complementary color
Monochromatic Colors of #452049
Black with #452049
Text Example
Text Example
White with #452049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452049; }
p { color: rgb(69,32,73); }
H1.HeaderClassName
{
color: #452049;
}
.AnyTagClassName
{
color: #452049;
}
</style>
background-color css
<style>
a { background-color: #452049; }
a { background-color: rgb(69,32,73); }
div.DivClassName
{
background-color: #452049;
}
.BgClassName
{
background-color: #452049;
}
</style>
border-color css
<style>
span { border-color: #452049; }
span { border-color: rgb(69,32,73); }
td.TdClassName
{
border-color: #452049;
}
.TagClassName
{
border-color: #452049;
}
</style>