Shades of Hot Purple #450952
Tints of Hot Purple #450952
RGB
CMYK
RGB Variations
Color information
#450952 (or 0x450952) is known color: Hot Purple. HEX triplet: 45, 09 and 52. RGB value is (69,9,82). Sum of RGB (Red+Green+Blue) = 69+9+82=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #450952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450952 is #BAF6AD. Grayscale: #232323. Windows color (decimal): -12252846 or 5376325. OLE color: 5376325.
HSL color Cylindrical-coordinate representation of color #450952: hue angle of 289.32º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450952 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 9 | 82 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.68 |
| HSL | 289.32º | 0.8% | 0.18% | - |
| HSV(B) | 289.32º | 0.89% | 0.32% | - |
| XYZ | 4.07 | 2.07 | 8.17 | - |
| YUV | 35.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 82 | 0.16 | 0.89 | 0 | 0.68 | 289.32 | 0.8 | 0.18 |
| Hex | 45 | 9 | 52 | 10 | 59 | 0 | 44 | 121 | 50 | 12 |
| Octal | 105 | 11 | 122 | 20 | 131 | 0 | 104 | 441 | 120 | 22 |
| Binary | 1000101 | 1001 | 1010010 | 10000 | 1011001 | 0 | 1000100 | 100100001 | 1010000 | 10010 |
Color Harmonies of #450952
Complementary color
Monochromatic Colors of #450952
Black with #450952
Text Example
Text Example
White with #450952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450952; }
p { color: rgb(69,9,82); }
H1.HeaderClassName
{
color: #450952;
}
.AnyTagClassName
{
color: #450952;
}
</style>
background-color css
<style>
a { background-color: #450952; }
a { background-color: rgb(69,9,82); }
div.DivClassName
{
background-color: #450952;
}
.BgClassName
{
background-color: #450952;
}
</style>
border-color css
<style>
span { border-color: #450952; }
span { border-color: rgb(69,9,82); }
td.TdClassName
{
border-color: #450952;
}
.TagClassName
{
border-color: #450952;
}
</style>