Shades of Hot Purple #452948
Tints of Hot Purple #452948
RGB
CMYK
RGB Variations
Color information
#452948 (or 0x452948) is known color: Hot Purple. HEX triplet: 45, 29 and 48. RGB value is (69,41,72). Sum of RGB (Red+Green+Blue) = 69+41+72=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #452948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452948 is #BAD6B7. Grayscale: #343434. Windows color (decimal): -12244664 or 4729157. OLE color: 4729157.
HSL color Cylindrical-coordinate representation of color #452948: hue angle of 294.19º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #452948 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 41 | 72 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.72 |
| HSL | 294.19º | 0.27% | 0.22% | - |
| HSV(B) | 294.19º | 0.43% | 0.28% | - |
| XYZ | 4.42 | 3.32 | 6.54 | - |
| YUV | 52.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 72 | 0.04 | 0.43 | 0 | 0.72 | 294.19 | 0.27 | 0.22 |
| Hex | 45 | 29 | 48 | 4 | 2B | 0 | 48 | 126 | 1B | 16 |
| Octal | 105 | 51 | 110 | 4 | 53 | 0 | 110 | 446 | 33 | 26 |
| Binary | 1000101 | 101001 | 1001000 | 100 | 101011 | 0 | 1001000 | 100100110 | 11011 | 10110 |
Color Harmonies of #452948
Complementary color
Monochromatic Colors of #452948
Black with #452948
Text Example
Text Example
White with #452948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452948; }
p { color: rgb(69,41,72); }
H1.HeaderClassName
{
color: #452948;
}
.AnyTagClassName
{
color: #452948;
}
</style>
background-color css
<style>
a { background-color: #452948; }
a { background-color: rgb(69,41,72); }
div.DivClassName
{
background-color: #452948;
}
.BgClassName
{
background-color: #452948;
}
</style>
border-color css
<style>
span { border-color: #452948; }
span { border-color: rgb(69,41,72); }
td.TdClassName
{
border-color: #452948;
}
.TagClassName
{
border-color: #452948;
}
</style>