Shades of Hot Purple #452C49
Tints of Hot Purple #452C49
RGB
CMYK
RGB Variations
Color information
#452C49 (or 0x452C49) is known color: Hot Purple. HEX triplet: 45, 2C and 49. RGB value is (69,44,73). Sum of RGB (Red+Green+Blue) = 69+44+73=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 73 - color contains mainly: blue. Hex color #452C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C49 is #BAD3B6. Grayscale: #363636. Windows color (decimal): -12243895 or 4795461. OLE color: 4795461.
HSL color Cylindrical-coordinate representation of color #452C49: hue angle of 291.72º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #452C49 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 44 | 73 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.71 |
| HSL | 291.72º | 0.25% | 0.23% | - |
| HSV(B) | 291.72º | 0.4% | 0.29% | - |
| XYZ | 4.56 | 3.55 | 6.75 | - |
| YUV | 54.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 73 | 0.05 | 0.40 | 0 | 0.71 | 291.72 | 0.25 | 0.23 |
| Hex | 45 | 2C | 49 | 5 | 28 | 0 | 47 | 124 | 19 | 17 |
| Octal | 105 | 54 | 111 | 5 | 50 | 0 | 107 | 444 | 31 | 27 |
| Binary | 1000101 | 101100 | 1001001 | 101 | 101000 | 0 | 1000111 | 100100100 | 11001 | 10111 |
Color Harmonies of #452C49
Complementary color
Monochromatic Colors of #452C49
Black with #452C49
Text Example
Text Example
White with #452C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C49; }
p { color: rgb(69,44,73); }
H1.HeaderClassName
{
color: #452C49;
}
.AnyTagClassName
{
color: #452C49;
}
</style>
background-color css
<style>
a { background-color: #452C49; }
a { background-color: rgb(69,44,73); }
div.DivClassName
{
background-color: #452C49;
}
.BgClassName
{
background-color: #452C49;
}
</style>
border-color css
<style>
span { border-color: #452C49; }
span { border-color: rgb(69,44,73); }
td.TdClassName
{
border-color: #452C49;
}
.TagClassName
{
border-color: #452C49;
}
</style>