Shades of Hot Purple #452048
Tints of Hot Purple #452048
RGB
CMYK
RGB Variations
Color information
#452048 (or 0x452048) is known color: Hot Purple. HEX triplet: 45, 20 and 48. RGB value is (69,32,72). Sum of RGB (Red+Green+Blue) = 69+32+72=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #452048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452048 is #BADFB7. Grayscale: #2F2F2F. Windows color (decimal): -12246968 or 4726853. OLE color: 4726853.
HSL color Cylindrical-coordinate representation of color #452048: hue angle of 295.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #452048 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 32 | 72 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.72 |
| HSL | 295.5º | 0.38% | 0.2% | - |
| HSV(B) | 295.5º | 0.56% | 0.28% | - |
| XYZ | 4.14 | 2.77 | 6.45 | - |
| YUV | 47.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 72 | 0.04 | 0.56 | 0 | 0.72 | 295.5 | 0.38 | 0.2 |
| Hex | 45 | 20 | 48 | 4 | 38 | 0 | 48 | 128 | 26 | 14 |
| Octal | 105 | 40 | 110 | 4 | 70 | 0 | 110 | 450 | 46 | 24 |
| Binary | 1000101 | 100000 | 1001000 | 100 | 111000 | 0 | 1001000 | 100101000 | 100110 | 10100 |
Color Harmonies of #452048
Complementary color
Monochromatic Colors of #452048
Black with #452048
Text Example
Text Example
White with #452048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452048; }
p { color: rgb(69,32,72); }
H1.HeaderClassName
{
color: #452048;
}
.AnyTagClassName
{
color: #452048;
}
</style>
background-color css
<style>
a { background-color: #452048; }
a { background-color: rgb(69,32,72); }
div.DivClassName
{
background-color: #452048;
}
.BgClassName
{
background-color: #452048;
}
</style>
border-color css
<style>
span { border-color: #452048; }
span { border-color: rgb(69,32,72); }
td.TdClassName
{
border-color: #452048;
}
.TagClassName
{
border-color: #452048;
}
</style>