Shades of Hot Purple #450A52
Tints of Hot Purple #450A52
RGB
CMYK
RGB Variations
Color information
#450A52 (or 0x450A52) is known color: Hot Purple. HEX triplet: 45, 0A and 52. RGB value is (69,10,82). Sum of RGB (Red+Green+Blue) = 69+10+82=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #450A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A52 is #BAF5AD. Grayscale: #232323. Windows color (decimal): -12252590 or 5376581. OLE color: 5376581.
HSL color Cylindrical-coordinate representation of color #450A52: hue angle of 289.17º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450A52 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 10 | 82 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.68 |
| HSL | 289.17º | 0.78% | 0.18% | - |
| HSV(B) | 289.17º | 0.88% | 0.32% | - |
| XYZ | 4.09 | 2.09 | 8.17 | - |
| YUV | 35.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 82 | 0.16 | 0.88 | 0 | 0.68 | 289.17 | 0.78 | 0.18 |
| Hex | 45 | A | 52 | 10 | 58 | 0 | 44 | 121 | 4E | 12 |
| Octal | 105 | 12 | 122 | 20 | 130 | 0 | 104 | 441 | 116 | 22 |
| Binary | 1000101 | 1010 | 1010010 | 10000 | 1011000 | 0 | 1000100 | 100100001 | 1001110 | 10010 |
Color Harmonies of #450A52
Complementary color
Monochromatic Colors of #450A52
Black with #450A52
Text Example
Text Example
White with #450A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A52; }
p { color: rgb(69,10,82); }
H1.HeaderClassName
{
color: #450A52;
}
.AnyTagClassName
{
color: #450A52;
}
</style>
background-color css
<style>
a { background-color: #450A52; }
a { background-color: rgb(69,10,82); }
div.DivClassName
{
background-color: #450A52;
}
.BgClassName
{
background-color: #450A52;
}
</style>
border-color css
<style>
span { border-color: #450A52; }
span { border-color: rgb(69,10,82); }
td.TdClassName
{
border-color: #450A52;
}
.TagClassName
{
border-color: #450A52;
}
</style>