Shades of Hot Purple #460850
Tints of Hot Purple #460850
RGB
CMYK
RGB Variations
Color information
#460850 (or 0x460850) is known color: Hot Purple. HEX triplet: 46, 08 and 50. RGB value is (70,8,80). Sum of RGB (Red+Green+Blue) = 70+8+80=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #460850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460850 is #B9F7AF. Grayscale: #222222. Windows color (decimal): -12187568 or 5244998. OLE color: 5244998.
HSL color Cylindrical-coordinate representation of color #460850: hue angle of 291.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460850 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 8 | 80 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.69 |
| HSL | 291.67º | 0.82% | 0.17% | - |
| HSV(B) | 291.67º | 0.9% | 0.31% | - |
| XYZ | 4.06 | 2.05 | 7.77 | - |
| YUV | 34.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 80 | 0.12 | 0.90 | 0 | 0.69 | 291.67 | 0.82 | 0.17 |
| Hex | 46 | 8 | 50 | C | 5A | 0 | 45 | 124 | 52 | 11 |
| Octal | 106 | 10 | 120 | 14 | 132 | 0 | 105 | 444 | 122 | 21 |
| Binary | 1000110 | 1000 | 1010000 | 1100 | 1011010 | 0 | 1000101 | 100100100 | 1010010 | 10001 |
Color Harmonies of #460850
Complementary color
Monochromatic Colors of #460850
Black with #460850
Text Example
Text Example
White with #460850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460850; }
p { color: rgb(70,8,80); }
H1.HeaderClassName
{
color: #460850;
}
.AnyTagClassName
{
color: #460850;
}
</style>
background-color css
<style>
a { background-color: #460850; }
a { background-color: rgb(70,8,80); }
div.DivClassName
{
background-color: #460850;
}
.BgClassName
{
background-color: #460850;
}
</style>
border-color css
<style>
span { border-color: #460850; }
span { border-color: rgb(70,8,80); }
td.TdClassName
{
border-color: #460850;
}
.TagClassName
{
border-color: #460850;
}
</style>