Shades of Hot Purple #451D48
Tints of Hot Purple #451D48
RGB
CMYK
RGB Variations
Color information
#451D48 (or 0x451D48) is known color: Hot Purple. HEX triplet: 45, 1D and 48. RGB value is (69,29,72). Sum of RGB (Red+Green+Blue) = 69+29+72=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #451D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D48 is #BAE2B7. Grayscale: #2D2D2D. Windows color (decimal): -12247736 or 4726085. OLE color: 4726085.
HSL color Cylindrical-coordinate representation of color #451D48: hue angle of 295.81º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #451D48 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 29 | 72 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.72 |
| HSL | 295.81º | 0.43% | 0.2% | - |
| HSV(B) | 295.81º | 0.6% | 0.28% | - |
| XYZ | 4.06 | 2.61 | 6.42 | - |
| YUV | 45.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 72 | 0.04 | 0.60 | 0 | 0.72 | 295.81 | 0.43 | 0.2 |
| Hex | 45 | 1D | 48 | 4 | 3C | 0 | 48 | 128 | 2B | 14 |
| Octal | 105 | 35 | 110 | 4 | 74 | 0 | 110 | 450 | 53 | 24 |
| Binary | 1000101 | 11101 | 1001000 | 100 | 111100 | 0 | 1001000 | 100101000 | 101011 | 10100 |
Color Harmonies of #451D48
Complementary color
Monochromatic Colors of #451D48
Black with #451D48
Text Example
Text Example
White with #451D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D48; }
p { color: rgb(69,29,72); }
H1.HeaderClassName
{
color: #451D48;
}
.AnyTagClassName
{
color: #451D48;
}
</style>
background-color css
<style>
a { background-color: #451D48; }
a { background-color: rgb(69,29,72); }
div.DivClassName
{
background-color: #451D48;
}
.BgClassName
{
background-color: #451D48;
}
</style>
border-color css
<style>
span { border-color: #451D48; }
span { border-color: rgb(69,29,72); }
td.TdClassName
{
border-color: #451D48;
}
.TagClassName
{
border-color: #451D48;
}
</style>