Shades of Hot Purple #460851
Tints of Hot Purple #460851
RGB
CMYK
RGB Variations
Color information
#460851 (or 0x460851) is known color: Hot Purple. HEX triplet: 46, 08 and 51. RGB value is (70,8,81). Sum of RGB (Red+Green+Blue) = 70+8+81=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #460851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460851 is #B9F7AE. Grayscale: #222222. Windows color (decimal): -12187567 or 5310534. OLE color: 5310534.
HSL color Cylindrical-coordinate representation of color #460851: hue angle of 290.96º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460851 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 8 | 81 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.68 |
| HSL | 290.96º | 0.82% | 0.17% | - |
| HSV(B) | 290.96º | 0.9% | 0.32% | - |
| XYZ | 4.1 | 2.07 | 7.97 | - |
| YUV | 34.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 81 | 0.14 | 0.90 | 0 | 0.68 | 290.96 | 0.82 | 0.17 |
| Hex | 46 | 8 | 51 | E | 5A | 0 | 44 | 123 | 52 | 11 |
| Octal | 106 | 10 | 121 | 16 | 132 | 0 | 104 | 443 | 122 | 21 |
| Binary | 1000110 | 1000 | 1010001 | 1110 | 1011010 | 0 | 1000100 | 100100011 | 1010010 | 10001 |
Color Harmonies of #460851
Complementary color
Monochromatic Colors of #460851
Black with #460851
Text Example
Text Example
White with #460851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460851; }
p { color: rgb(70,8,81); }
H1.HeaderClassName
{
color: #460851;
}
.AnyTagClassName
{
color: #460851;
}
</style>
background-color css
<style>
a { background-color: #460851; }
a { background-color: rgb(70,8,81); }
div.DivClassName
{
background-color: #460851;
}
.BgClassName
{
background-color: #460851;
}
</style>
border-color css
<style>
span { border-color: #460851; }
span { border-color: rgb(70,8,81); }
td.TdClassName
{
border-color: #460851;
}
.TagClassName
{
border-color: #460851;
}
</style>