Shades of Hot Purple #450F4D
Tints of Hot Purple #450F4D
RGB
CMYK
RGB Variations
Color information
#450F4D (or 0x450F4D) is known color: Hot Purple. HEX triplet: 45, 0F and 4D. RGB value is (69,15,77). Sum of RGB (Red+Green+Blue) = 69+15+77=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #450F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F4D is #BAF0B2. Grayscale: #262626. Windows color (decimal): -12251315 or 5050181. OLE color: 5050181.
HSL color Cylindrical-coordinate representation of color #450F4D: hue angle of 292.26º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450F4D is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 15 | 77 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.70 |
| HSL | 292.26º | 0.67% | 0.18% | - |
| HSV(B) | 292.26º | 0.81% | 0.3% | - |
| XYZ | 3.96 | 2.14 | 7.23 | - |
| YUV | 38.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 77 | 0.10 | 0.81 | 0 | 0.70 | 292.26 | 0.67 | 0.18 |
| Hex | 45 | F | 4D | A | 51 | 0 | 46 | 124 | 43 | 12 |
| Octal | 105 | 17 | 115 | 12 | 121 | 0 | 106 | 444 | 103 | 22 |
| Binary | 1000101 | 1111 | 1001101 | 1010 | 1010001 | 0 | 1000110 | 100100100 | 1000011 | 10010 |
Color Harmonies of #450F4D
Complementary color
Monochromatic Colors of #450F4D
Black with #450F4D
Text Example
Text Example
White with #450F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F4D; }
p { color: rgb(69,15,77); }
H1.HeaderClassName
{
color: #450F4D;
}
.AnyTagClassName
{
color: #450F4D;
}
</style>
background-color css
<style>
a { background-color: #450F4D; }
a { background-color: rgb(69,15,77); }
div.DivClassName
{
background-color: #450F4D;
}
.BgClassName
{
background-color: #450F4D;
}
</style>
border-color css
<style>
span { border-color: #450F4D; }
span { border-color: rgb(69,15,77); }
td.TdClassName
{
border-color: #450F4D;
}
.TagClassName
{
border-color: #450F4D;
}
</style>