Shades of Hot Purple #460551
Tints of Hot Purple #460551
RGB
CMYK
RGB Variations
Color information
#460551 (or 0x460551) is known color: Hot Purple. HEX triplet: 46, 05 and 51. RGB value is (70,5,81). Sum of RGB (Red+Green+Blue) = 70+5+81=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #460551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460551 is #B9FAAE. Grayscale: #202020. Windows color (decimal): -12188335 or 5309766. OLE color: 5309766.
HSL color Cylindrical-coordinate representation of color #460551: hue angle of 291.32º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460551 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 5 | 81 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.68 |
| HSL | 291.32º | 0.88% | 0.17% | - |
| HSV(B) | 291.32º | 0.94% | 0.32% | - |
| XYZ | 4.07 | 2 | 7.96 | - |
| YUV | 33.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 81 | 0.14 | 0.94 | 0 | 0.68 | 291.32 | 0.88 | 0.17 |
| Hex | 46 | 5 | 51 | E | 5E | 0 | 44 | 123 | 58 | 11 |
| Octal | 106 | 5 | 121 | 16 | 136 | 0 | 104 | 443 | 130 | 21 |
| Binary | 1000110 | 101 | 1010001 | 1110 | 1011110 | 0 | 1000100 | 100100011 | 1011000 | 10001 |
Color Harmonies of #460551
Complementary color
Monochromatic Colors of #460551
Black with #460551
Text Example
Text Example
White with #460551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460551; }
p { color: rgb(70,5,81); }
H1.HeaderClassName
{
color: #460551;
}
.AnyTagClassName
{
color: #460551;
}
</style>
background-color css
<style>
a { background-color: #460551; }
a { background-color: rgb(70,5,81); }
div.DivClassName
{
background-color: #460551;
}
.BgClassName
{
background-color: #460551;
}
</style>
border-color css
<style>
span { border-color: #460551; }
span { border-color: rgb(70,5,81); }
td.TdClassName
{
border-color: #460551;
}
.TagClassName
{
border-color: #460551;
}
</style>