Shades of Hot Purple #450E4E
Tints of Hot Purple #450E4E
RGB
CMYK
RGB Variations
Color information
#450E4E (or 0x450E4E) is known color: Hot Purple. HEX triplet: 45, 0E and 4E. RGB value is (69,14,78). Sum of RGB (Red+Green+Blue) = 69+14+78=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #450E4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450E4E is #BAF1B1. Grayscale: #252525. Windows color (decimal): -12251570 or 5115461. OLE color: 5115461.
HSL color Cylindrical-coordinate representation of color #450E4E: hue angle of 291.56º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #450E4E is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 14 | 78 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.69 |
| HSL | 291.56º | 0.7% | 0.18% | - |
| HSV(B) | 291.56º | 0.82% | 0.31% | - |
| XYZ | 3.99 | 2.13 | 7.41 | - |
| YUV | 37.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 78 | 0.12 | 0.82 | 0 | 0.69 | 291.56 | 0.7 | 0.18 |
| Hex | 45 | E | 4E | C | 52 | 0 | 45 | 124 | 46 | 12 |
| Octal | 105 | 16 | 116 | 14 | 122 | 0 | 105 | 444 | 106 | 22 |
| Binary | 1000101 | 1110 | 1001110 | 1100 | 1010010 | 0 | 1000101 | 100100100 | 1000110 | 10010 |
Color Harmonies of #450E4E
Complementary color
Monochromatic Colors of #450E4E
Black with #450E4E
Text Example
Text Example
White with #450E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E4E; }
p { color: rgb(69,14,78); }
H1.HeaderClassName
{
color: #450E4E;
}
.AnyTagClassName
{
color: #450E4E;
}
</style>
background-color css
<style>
a { background-color: #450E4E; }
a { background-color: rgb(69,14,78); }
div.DivClassName
{
background-color: #450E4E;
}
.BgClassName
{
background-color: #450E4E;
}
</style>
border-color css
<style>
span { border-color: #450E4E; }
span { border-color: rgb(69,14,78); }
td.TdClassName
{
border-color: #450E4E;
}
.TagClassName
{
border-color: #450E4E;
}
</style>