Shades of Hot Purple #452B47
Tints of Hot Purple #452B47
RGB
CMYK
RGB Variations
Color information
#452B47 (or 0x452B47) is known color: Hot Purple. HEX triplet: 45, 2B and 47. RGB value is (69,43,71). Sum of RGB (Red+Green+Blue) = 69+43+71=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #452B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B47 is #BAD4B8. Grayscale: #353535. Windows color (decimal): -12244153 or 4664133. OLE color: 4664133.
HSL color Cylindrical-coordinate representation of color #452B47: hue angle of 295.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #452B47 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 43 | 71 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.72 |
| HSL | 295.71º | 0.25% | 0.22% | - |
| HSV(B) | 295.71º | 0.39% | 0.28% | - |
| XYZ | 4.46 | 3.45 | 6.39 | - |
| YUV | 53.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 71 | 0.03 | 0.39 | 0 | 0.72 | 295.71 | 0.25 | 0.22 |
| Hex | 45 | 2B | 47 | 3 | 27 | 0 | 48 | 128 | 19 | 16 |
| Octal | 105 | 53 | 107 | 3 | 47 | 0 | 110 | 450 | 31 | 26 |
| Binary | 1000101 | 101011 | 1000111 | 11 | 100111 | 0 | 1001000 | 100101000 | 11001 | 10110 |
Color Harmonies of #452B47
Complementary color
Monochromatic Colors of #452B47
Black with #452B47
Text Example
Text Example
White with #452B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B47; }
p { color: rgb(69,43,71); }
H1.HeaderClassName
{
color: #452B47;
}
.AnyTagClassName
{
color: #452B47;
}
</style>
background-color css
<style>
a { background-color: #452B47; }
a { background-color: rgb(69,43,71); }
div.DivClassName
{
background-color: #452B47;
}
.BgClassName
{
background-color: #452B47;
}
</style>
border-color css
<style>
span { border-color: #452B47; }
span { border-color: rgb(69,43,71); }
td.TdClassName
{
border-color: #452B47;
}
.TagClassName
{
border-color: #452B47;
}
</style>