Shades of Hot Purple #460F51
Tints of Hot Purple #460F51
RGB
CMYK
RGB Variations
Color information
#460F51 (or 0x460F51) is known color: Hot Purple. HEX triplet: 46, 0F and 51. RGB value is (70,15,81). Sum of RGB (Red+Green+Blue) = 70+15+81=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #460F51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F51 is #B9F0AE. Grayscale: #262626. Windows color (decimal): -12185775 or 5312326. OLE color: 5312326.
HSL color Cylindrical-coordinate representation of color #460F51: hue angle of 290º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460F51 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 15 | 81 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.68 |
| HSL | 290º | 0.69% | 0.19% | - |
| HSV(B) | 290º | 0.81% | 0.32% | - |
| XYZ | 4.18 | 2.24 | 8 | - |
| YUV | 38.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 81 | 0.14 | 0.81 | 0 | 0.68 | 290 | 0.69 | 0.19 |
| Hex | 46 | F | 51 | E | 51 | 0 | 44 | 122 | 45 | 13 |
| Octal | 106 | 17 | 121 | 16 | 121 | 0 | 104 | 442 | 105 | 23 |
| Binary | 1000110 | 1111 | 1010001 | 1110 | 1010001 | 0 | 1000100 | 100100010 | 1000101 | 10011 |
Color Harmonies of #460F51
Complementary color
Monochromatic Colors of #460F51
Black with #460F51
Text Example
Text Example
White with #460F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F51; }
p { color: rgb(70,15,81); }
H1.HeaderClassName
{
color: #460F51;
}
.AnyTagClassName
{
color: #460F51;
}
</style>
background-color css
<style>
a { background-color: #460F51; }
a { background-color: rgb(70,15,81); }
div.DivClassName
{
background-color: #460F51;
}
.BgClassName
{
background-color: #460F51;
}
</style>
border-color css
<style>
span { border-color: #460F51; }
span { border-color: rgb(70,15,81); }
td.TdClassName
{
border-color: #460F51;
}
.TagClassName
{
border-color: #460F51;
}
</style>