Shades of Hot Purple #452448
Tints of Hot Purple #452448
RGB
CMYK
RGB Variations
Color information
#452448 (or 0x452448) is known color: Hot Purple. HEX triplet: 45, 24 and 48. RGB value is (69,36,72). Sum of RGB (Red+Green+Blue) = 69+36+72=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #452448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452448 is #BADBB7. Grayscale: #313131. Windows color (decimal): -12245944 or 4727877. OLE color: 4727877.
HSL color Cylindrical-coordinate representation of color #452448: hue angle of 295º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #452448 is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 36 | 72 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.72 |
| HSL | 295º | 0.33% | 0.21% | - |
| HSV(B) | 295º | 0.5% | 0.28% | - |
| XYZ | 4.25 | 2.99 | 6.48 | - |
| YUV | 49.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 72 | 0.04 | 0.5 | 0 | 0.72 | 295 | 0.33 | 0.21 |
| Hex | 45 | 24 | 48 | 4 | 32 | 0 | 48 | 127 | 21 | 15 |
| Octal | 105 | 44 | 110 | 4 | 62 | 0 | 110 | 447 | 41 | 25 |
| Binary | 1000101 | 100100 | 1001000 | 100 | 110010 | 0 | 1001000 | 100100111 | 100001 | 10101 |
Color Harmonies of #452448
Complementary color
Monochromatic Colors of #452448
Black with #452448
Text Example
Text Example
White with #452448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452448; }
p { color: rgb(69,36,72); }
H1.HeaderClassName
{
color: #452448;
}
.AnyTagClassName
{
color: #452448;
}
</style>
background-color css
<style>
a { background-color: #452448; }
a { background-color: rgb(69,36,72); }
div.DivClassName
{
background-color: #452448;
}
.BgClassName
{
background-color: #452448;
}
</style>
border-color css
<style>
span { border-color: #452448; }
span { border-color: rgb(69,36,72); }
td.TdClassName
{
border-color: #452448;
}
.TagClassName
{
border-color: #452448;
}
</style>