Shades of Hot Purple #46064E
Tints of Hot Purple #46064E
RGB
CMYK
RGB Variations
Color information
#46064E (or 0x46064E) is known color: Hot Purple. HEX triplet: 46, 06 and 4E. RGB value is (70,6,78). Sum of RGB (Red+Green+Blue) = 70+6+78=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #46064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46064E is #B9F9B1. Grayscale: #212121. Windows color (decimal): -12188082 or 5113414. OLE color: 5113414.
HSL color Cylindrical-coordinate representation of color #46064E: hue angle of 293.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46064E is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 6 | 78 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.69 |
| HSL | 293.33º | 0.86% | 0.16% | - |
| HSV(B) | 293.33º | 0.92% | 0.31% | - |
| XYZ | 3.97 | 1.98 | 7.38 | - |
| YUV | 33.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 78 | 0.10 | 0.92 | 0 | 0.69 | 293.33 | 0.86 | 0.16 |
| Hex | 46 | 6 | 4E | A | 5C | 0 | 45 | 125 | 56 | 10 |
| Octal | 106 | 6 | 116 | 12 | 134 | 0 | 105 | 445 | 126 | 20 |
| Binary | 1000110 | 110 | 1001110 | 1010 | 1011100 | 0 | 1000101 | 100100101 | 1010110 | 10000 |
Color Harmonies of #46064E
Complementary color
Monochromatic Colors of #46064E
Black with #46064E
Text Example
Text Example
White with #46064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46064E; }
p { color: rgb(70,6,78); }
H1.HeaderClassName
{
color: #46064E;
}
.AnyTagClassName
{
color: #46064E;
}
</style>
background-color css
<style>
a { background-color: #46064E; }
a { background-color: rgb(70,6,78); }
div.DivClassName
{
background-color: #46064E;
}
.BgClassName
{
background-color: #46064E;
}
</style>
border-color css
<style>
span { border-color: #46064E; }
span { border-color: rgb(70,6,78); }
td.TdClassName
{
border-color: #46064E;
}
.TagClassName
{
border-color: #46064E;
}
</style>