Shades of Hot Purple #450F4B
Tints of Hot Purple #450F4B
RGB
CMYK
RGB Variations
Color information
#450F4B (or 0x450F4B) is known color: Hot Purple. HEX triplet: 45, 0F and 4B. RGB value is (69,15,75). Sum of RGB (Red+Green+Blue) = 69+15+75=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #450F4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F4B is #BAF0B4. Grayscale: #252525. Windows color (decimal): -12251317 or 4919109. OLE color: 4919109.
HSL color Cylindrical-coordinate representation of color #450F4B: hue angle of 294º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450F4B is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 15 | 75 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.71 |
| HSL | 294º | 0.67% | 0.18% | - |
| HSV(B) | 294º | 0.8% | 0.29% | - |
| XYZ | 3.9 | 2.11 | 6.86 | - |
| YUV | 37.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 75 | 0.08 | 0.80 | 0 | 0.71 | 294 | 0.67 | 0.18 |
| Hex | 45 | F | 4B | 8 | 50 | 0 | 47 | 126 | 43 | 12 |
| Octal | 105 | 17 | 113 | 10 | 120 | 0 | 107 | 446 | 103 | 22 |
| Binary | 1000101 | 1111 | 1001011 | 1000 | 1010000 | 0 | 1000111 | 100100110 | 1000011 | 10010 |
Color Harmonies of #450F4B
Complementary color
Monochromatic Colors of #450F4B
Black with #450F4B
Text Example
Text Example
White with #450F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F4B; }
p { color: rgb(69,15,75); }
H1.HeaderClassName
{
color: #450F4B;
}
.AnyTagClassName
{
color: #450F4B;
}
</style>
background-color css
<style>
a { background-color: #450F4B; }
a { background-color: rgb(69,15,75); }
div.DivClassName
{
background-color: #450F4B;
}
.BgClassName
{
background-color: #450F4B;
}
</style>
border-color css
<style>
span { border-color: #450F4B; }
span { border-color: rgb(69,15,75); }
td.TdClassName
{
border-color: #450F4B;
}
.TagClassName
{
border-color: #450F4B;
}
</style>