Shades of Hot Purple #450F50
Tints of Hot Purple #450F50
RGB
CMYK
RGB Variations
Color information
#450F50 (or 0x450F50) is known color: Hot Purple. HEX triplet: 45, 0F and 50. RGB value is (69,15,80). Sum of RGB (Red+Green+Blue) = 69+15+80=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #450F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F50 is #BAF0AF. Grayscale: #262626. Windows color (decimal): -12251312 or 5246789. OLE color: 5246789.
HSL color Cylindrical-coordinate representation of color #450F50: hue angle of 289.85º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450F50 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 15 | 80 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.69 |
| HSL | 289.85º | 0.68% | 0.19% | - |
| HSV(B) | 289.85º | 0.81% | 0.31% | - |
| XYZ | 4.07 | 2.19 | 7.8 | - |
| YUV | 38.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 80 | 0.14 | 0.81 | 0 | 0.69 | 289.85 | 0.68 | 0.19 |
| Hex | 45 | F | 50 | E | 51 | 0 | 45 | 122 | 44 | 13 |
| Octal | 105 | 17 | 120 | 16 | 121 | 0 | 105 | 442 | 104 | 23 |
| Binary | 1000101 | 1111 | 1010000 | 1110 | 1010001 | 0 | 1000101 | 100100010 | 1000100 | 10011 |
Color Harmonies of #450F50
Complementary color
Monochromatic Colors of #450F50
Black with #450F50
Text Example
Text Example
White with #450F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F50; }
p { color: rgb(69,15,80); }
H1.HeaderClassName
{
color: #450F50;
}
.AnyTagClassName
{
color: #450F50;
}
</style>
background-color css
<style>
a { background-color: #450F50; }
a { background-color: rgb(69,15,80); }
div.DivClassName
{
background-color: #450F50;
}
.BgClassName
{
background-color: #450F50;
}
</style>
border-color css
<style>
span { border-color: #450F50; }
span { border-color: rgb(69,15,80); }
td.TdClassName
{
border-color: #450F50;
}
.TagClassName
{
border-color: #450F50;
}
</style>