Shades of Hot Purple #460F50
Tints of Hot Purple #460F50
RGB
CMYK
RGB Variations
Color information
#460F50 (or 0x460F50) is known color: Hot Purple. HEX triplet: 46, 0F and 50. RGB value is (70,15,80). Sum of RGB (Red+Green+Blue) = 70+15+80=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #460F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F50 is #B9F0AF. Grayscale: #262626. Windows color (decimal): -12185776 or 5246790. OLE color: 5246790.
HSL color Cylindrical-coordinate representation of color #460F50: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460F50 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 15 | 80 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.69 |
| HSL | 290.77º | 0.68% | 0.19% | - |
| HSV(B) | 290.77º | 0.81% | 0.31% | - |
| XYZ | 4.14 | 2.22 | 7.8 | - |
| YUV | 38.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 80 | 0.12 | 0.81 | 0 | 0.69 | 290.77 | 0.68 | 0.19 |
| Hex | 46 | F | 50 | C | 51 | 0 | 45 | 123 | 44 | 13 |
| Octal | 106 | 17 | 120 | 14 | 121 | 0 | 105 | 443 | 104 | 23 |
| Binary | 1000110 | 1111 | 1010000 | 1100 | 1010001 | 0 | 1000101 | 100100011 | 1000100 | 10011 |
Color Harmonies of #460F50
Complementary color
Monochromatic Colors of #460F50
Black with #460F50
Text Example
Text Example
White with #460F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F50; }
p { color: rgb(70,15,80); }
H1.HeaderClassName
{
color: #460F50;
}
.AnyTagClassName
{
color: #460F50;
}
</style>
background-color css
<style>
a { background-color: #460F50; }
a { background-color: rgb(70,15,80); }
div.DivClassName
{
background-color: #460F50;
}
.BgClassName
{
background-color: #460F50;
}
</style>
border-color css
<style>
span { border-color: #460F50; }
span { border-color: rgb(70,15,80); }
td.TdClassName
{
border-color: #460F50;
}
.TagClassName
{
border-color: #460F50;
}
</style>