Shades of Hot Purple #451D4D
Tints of Hot Purple #451D4D
RGB
CMYK
RGB Variations
Color information
#451D4D (or 0x451D4D) is known color: Hot Purple. HEX triplet: 45, 1D and 4D. RGB value is (69,29,77). Sum of RGB (Red+Green+Blue) = 69+29+77=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #451D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D4D is #BAE2B2. Grayscale: #2E2E2E. Windows color (decimal): -12247731 or 5053765. OLE color: 5053765.
HSL color Cylindrical-coordinate representation of color #451D4D: hue angle of 290º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #451D4D is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 29 | 77 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.70 |
| HSL | 290º | 0.45% | 0.21% | - |
| HSV(B) | 290º | 0.62% | 0.3% | - |
| XYZ | 4.23 | 2.68 | 7.32 | - |
| YUV | 46.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 77 | 0.10 | 0.62 | 0 | 0.70 | 290 | 0.45 | 0.21 |
| Hex | 45 | 1D | 4D | A | 3E | 0 | 46 | 122 | 2D | 15 |
| Octal | 105 | 35 | 115 | 12 | 76 | 0 | 106 | 442 | 55 | 25 |
| Binary | 1000101 | 11101 | 1001101 | 1010 | 111110 | 0 | 1000110 | 100100010 | 101101 | 10101 |
Color Harmonies of #451D4D
Complementary color
Monochromatic Colors of #451D4D
Black with #451D4D
Text Example
Text Example
White with #451D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D4D; }
p { color: rgb(69,29,77); }
H1.HeaderClassName
{
color: #451D4D;
}
.AnyTagClassName
{
color: #451D4D;
}
</style>
background-color css
<style>
a { background-color: #451D4D; }
a { background-color: rgb(69,29,77); }
div.DivClassName
{
background-color: #451D4D;
}
.BgClassName
{
background-color: #451D4D;
}
</style>
border-color css
<style>
span { border-color: #451D4D; }
span { border-color: rgb(69,29,77); }
td.TdClassName
{
border-color: #451D4D;
}
.TagClassName
{
border-color: #451D4D;
}
</style>