Shades of Hot Purple #450D50
Tints of Hot Purple #450D50
RGB
CMYK
RGB Variations
Color information
#450D50 (or 0x450D50) is known color: Hot Purple. HEX triplet: 45, 0D and 50. RGB value is (69,13,80). Sum of RGB (Red+Green+Blue) = 69+13+80=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #450D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450D50 is #BAF2AF. Grayscale: #252525. Windows color (decimal): -12251824 or 5246277. OLE color: 5246277.
HSL color Cylindrical-coordinate representation of color #450D50: hue angle of 290.15º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450D50 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 13 | 80 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.69 |
| HSL | 290.15º | 0.72% | 0.18% | - |
| HSV(B) | 290.15º | 0.84% | 0.31% | - |
| XYZ | 4.05 | 2.13 | 7.79 | - |
| YUV | 37.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 80 | 0.14 | 0.84 | 0 | 0.69 | 290.15 | 0.72 | 0.18 |
| Hex | 45 | D | 50 | E | 54 | 0 | 45 | 122 | 48 | 12 |
| Octal | 105 | 15 | 120 | 16 | 124 | 0 | 105 | 442 | 110 | 22 |
| Binary | 1000101 | 1101 | 1010000 | 1110 | 1010100 | 0 | 1000101 | 100100010 | 1001000 | 10010 |
Color Harmonies of #450D50
Complementary color
Monochromatic Colors of #450D50
Black with #450D50
Text Example
Text Example
White with #450D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D50; }
p { color: rgb(69,13,80); }
H1.HeaderClassName
{
color: #450D50;
}
.AnyTagClassName
{
color: #450D50;
}
</style>
background-color css
<style>
a { background-color: #450D50; }
a { background-color: rgb(69,13,80); }
div.DivClassName
{
background-color: #450D50;
}
.BgClassName
{
background-color: #450D50;
}
</style>
border-color css
<style>
span { border-color: #450D50; }
span { border-color: rgb(69,13,80); }
td.TdClassName
{
border-color: #450D50;
}
.TagClassName
{
border-color: #450D50;
}
</style>