Shades of Hot Purple #453148
Tints of Hot Purple #453148
RGB
CMYK
RGB Variations
Color information
#453148 (or 0x453148) is known color: Hot Purple. HEX triplet: 45, 31 and 48. RGB value is (69,49,72). Sum of RGB (Red+Green+Blue) = 69+49+72=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #453148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453148 is #BACEB7. Grayscale: #393939. Windows color (decimal): -12242616 or 4731205. OLE color: 4731205.
HSL color Cylindrical-coordinate representation of color #453148: hue angle of 292.17º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #453148 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 49 | 72 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.72 |
| HSL | 292.17º | 0.19% | 0.24% | - |
| HSV(B) | 292.17º | 0.32% | 0.28% | - |
| XYZ | 4.72 | 3.93 | 6.64 | - |
| YUV | 57.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 72 | 0.04 | 0.32 | 0 | 0.72 | 292.17 | 0.19 | 0.24 |
| Hex | 45 | 31 | 48 | 4 | 20 | 0 | 48 | 124 | 13 | 18 |
| Octal | 105 | 61 | 110 | 4 | 40 | 0 | 110 | 444 | 23 | 30 |
| Binary | 1000101 | 110001 | 1001000 | 100 | 100000 | 0 | 1001000 | 100100100 | 10011 | 11000 |
Color Harmonies of #453148
Complementary color
Monochromatic Colors of #453148
Black with #453148
Text Example
Text Example
White with #453148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453148; }
p { color: rgb(69,49,72); }
H1.HeaderClassName
{
color: #453148;
}
.AnyTagClassName
{
color: #453148;
}
</style>
background-color css
<style>
a { background-color: #453148; }
a { background-color: rgb(69,49,72); }
div.DivClassName
{
background-color: #453148;
}
.BgClassName
{
background-color: #453148;
}
</style>
border-color css
<style>
span { border-color: #453148; }
span { border-color: rgb(69,49,72); }
td.TdClassName
{
border-color: #453148;
}
.TagClassName
{
border-color: #453148;
}
</style>