Shades of Hot Purple #460E4F
Tints of Hot Purple #460E4F
RGB
CMYK
RGB Variations
Color information
#460E4F (or 0x460E4F) is known color: Hot Purple. HEX triplet: 46, 0E and 4F. RGB value is (70,14,79). Sum of RGB (Red+Green+Blue) = 70+14+79=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #460E4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E4F is #B9F1B0. Grayscale: #252525. Windows color (decimal): -12186033 or 5180998. OLE color: 5180998.
HSL color Cylindrical-coordinate representation of color #460E4F: hue angle of 291.69º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #460E4F is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 14 | 79 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.69 |
| HSL | 291.69º | 0.7% | 0.18% | - |
| HSV(B) | 291.69º | 0.82% | 0.31% | - |
| XYZ | 4.09 | 2.18 | 7.6 | - |
| YUV | 38.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 79 | 0.11 | 0.82 | 0 | 0.69 | 291.69 | 0.7 | 0.18 |
| Hex | 46 | E | 4F | B | 52 | 0 | 45 | 124 | 46 | 12 |
| Octal | 106 | 16 | 117 | 13 | 122 | 0 | 105 | 444 | 106 | 22 |
| Binary | 1000110 | 1110 | 1001111 | 1011 | 1010010 | 0 | 1000101 | 100100100 | 1000110 | 10010 |
Color Harmonies of #460E4F
Complementary color
Monochromatic Colors of #460E4F
Black with #460E4F
Text Example
Text Example
White with #460E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E4F; }
p { color: rgb(70,14,79); }
H1.HeaderClassName
{
color: #460E4F;
}
.AnyTagClassName
{
color: #460E4F;
}
</style>
background-color css
<style>
a { background-color: #460E4F; }
a { background-color: rgb(70,14,79); }
div.DivClassName
{
background-color: #460E4F;
}
.BgClassName
{
background-color: #460E4F;
}
</style>
border-color css
<style>
span { border-color: #460E4F; }
span { border-color: rgb(70,14,79); }
td.TdClassName
{
border-color: #460E4F;
}
.TagClassName
{
border-color: #460E4F;
}
</style>