Shades of Hot Purple #450F51
Tints of Hot Purple #450F51
RGB
CMYK
RGB Variations
Color information
#450F51 (or 0x450F51) is known color: Hot Purple. HEX triplet: 45, 0F and 51. RGB value is (69,15,81). Sum of RGB (Red+Green+Blue) = 69+15+81=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #450F51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F51 is #BAF0AE. Grayscale: #262626. Windows color (decimal): -12251311 or 5312325. OLE color: 5312325.
HSL color Cylindrical-coordinate representation of color #450F51: hue angle of 289.09º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450F51 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 15 | 81 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.68 |
| HSL | 289.09º | 0.69% | 0.19% | - |
| HSV(B) | 289.09º | 0.81% | 0.32% | - |
| XYZ | 4.11 | 2.2 | 7.99 | - |
| YUV | 38.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 81 | 0.15 | 0.81 | 0 | 0.68 | 289.09 | 0.69 | 0.19 |
| Hex | 45 | F | 51 | F | 51 | 0 | 44 | 121 | 45 | 13 |
| Octal | 105 | 17 | 121 | 17 | 121 | 0 | 104 | 441 | 105 | 23 |
| Binary | 1000101 | 1111 | 1010001 | 1111 | 1010001 | 0 | 1000100 | 100100001 | 1000101 | 10011 |
Color Harmonies of #450F51
Complementary color
Monochromatic Colors of #450F51
Black with #450F51
Text Example
Text Example
White with #450F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F51; }
p { color: rgb(69,15,81); }
H1.HeaderClassName
{
color: #450F51;
}
.AnyTagClassName
{
color: #450F51;
}
</style>
background-color css
<style>
a { background-color: #450F51; }
a { background-color: rgb(69,15,81); }
div.DivClassName
{
background-color: #450F51;
}
.BgClassName
{
background-color: #450F51;
}
</style>
border-color css
<style>
span { border-color: #450F51; }
span { border-color: rgb(69,15,81); }
td.TdClassName
{
border-color: #450F51;
}
.TagClassName
{
border-color: #450F51;
}
</style>