Shades of Hot Purple #452A49
Tints of Hot Purple #452A49
RGB
CMYK
RGB Variations
Color information
#452A49 (or 0x452A49) is known color: Hot Purple. HEX triplet: 45, 2A and 49. RGB value is (69,42,73). Sum of RGB (Red+Green+Blue) = 69+42+73=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 73 - color contains mainly: blue. Hex color #452A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A49 is #BAD5B6. Grayscale: #353535. Windows color (decimal): -12244407 or 4794949. OLE color: 4794949.
HSL color Cylindrical-coordinate representation of color #452A49: hue angle of 292.26º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #452A49 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 42 | 73 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.71 |
| HSL | 292.26º | 0.27% | 0.23% | - |
| HSV(B) | 292.26º | 0.42% | 0.29% | - |
| XYZ | 4.48 | 3.4 | 6.72 | - |
| YUV | 53.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 73 | 0.05 | 0.42 | 0 | 0.71 | 292.26 | 0.27 | 0.23 |
| Hex | 45 | 2A | 49 | 5 | 2A | 0 | 47 | 124 | 1B | 17 |
| Octal | 105 | 52 | 111 | 5 | 52 | 0 | 107 | 444 | 33 | 27 |
| Binary | 1000101 | 101010 | 1001001 | 101 | 101010 | 0 | 1000111 | 100100100 | 11011 | 10111 |
Color Harmonies of #452A49
Complementary color
Monochromatic Colors of #452A49
Black with #452A49
Text Example
Text Example
White with #452A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A49; }
p { color: rgb(69,42,73); }
H1.HeaderClassName
{
color: #452A49;
}
.AnyTagClassName
{
color: #452A49;
}
</style>
background-color css
<style>
a { background-color: #452A49; }
a { background-color: rgb(69,42,73); }
div.DivClassName
{
background-color: #452A49;
}
.BgClassName
{
background-color: #452A49;
}
</style>
border-color css
<style>
span { border-color: #452A49; }
span { border-color: rgb(69,42,73); }
td.TdClassName
{
border-color: #452A49;
}
.TagClassName
{
border-color: #452A49;
}
</style>