Shades of Hot Purple #450B4F
Tints of Hot Purple #450B4F
RGB
CMYK
RGB Variations
Color information
#450B4F (or 0x450B4F) is known color: Hot Purple. HEX triplet: 45, 0B and 4F. RGB value is (69,11,79). Sum of RGB (Red+Green+Blue) = 69+11+79=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #450B4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B4F is #BAF4B0. Grayscale: #232323. Windows color (decimal): -12252337 or 5180229. OLE color: 5180229.
HSL color Cylindrical-coordinate representation of color #450B4F: hue angle of 291.18º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450B4F is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 11 | 79 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.69 |
| HSL | 291.18º | 0.76% | 0.18% | - |
| HSV(B) | 291.18º | 0.86% | 0.31% | - |
| XYZ | 3.99 | 2.07 | 7.59 | - |
| YUV | 36.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 79 | 0.13 | 0.86 | 0 | 0.69 | 291.18 | 0.76 | 0.18 |
| Hex | 45 | B | 4F | D | 56 | 0 | 45 | 123 | 4C | 12 |
| Octal | 105 | 13 | 117 | 15 | 126 | 0 | 105 | 443 | 114 | 22 |
| Binary | 1000101 | 1011 | 1001111 | 1101 | 1010110 | 0 | 1000101 | 100100011 | 1001100 | 10010 |
Color Harmonies of #450B4F
Complementary color
Monochromatic Colors of #450B4F
Black with #450B4F
Text Example
Text Example
White with #450B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B4F; }
p { color: rgb(69,11,79); }
H1.HeaderClassName
{
color: #450B4F;
}
.AnyTagClassName
{
color: #450B4F;
}
</style>
background-color css
<style>
a { background-color: #450B4F; }
a { background-color: rgb(69,11,79); }
div.DivClassName
{
background-color: #450B4F;
}
.BgClassName
{
background-color: #450B4F;
}
</style>
border-color css
<style>
span { border-color: #450B4F; }
span { border-color: rgb(69,11,79); }
td.TdClassName
{
border-color: #450B4F;
}
.TagClassName
{
border-color: #450B4F;
}
</style>