Shades of Hot Purple #46094E
Tints of Hot Purple #46094E
RGB
CMYK
RGB Variations
Color information
#46094E (or 0x46094E) is known color: Hot Purple. HEX triplet: 46, 09 and 4E. RGB value is (70,9,78). Sum of RGB (Red+Green+Blue) = 70+9+78=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #46094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46094E is #B9F6B1. Grayscale: #222222. Windows color (decimal): -12187314 or 5114182. OLE color: 5114182.
HSL color Cylindrical-coordinate representation of color #46094E: hue angle of 293.04º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46094E is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 9 | 78 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.69 |
| HSL | 293.04º | 0.79% | 0.17% | - |
| HSV(B) | 293.04º | 0.88% | 0.31% | - |
| XYZ | 4 | 2.05 | 7.39 | - |
| YUV | 35.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 78 | 0.10 | 0.88 | 0 | 0.69 | 293.04 | 0.79 | 0.17 |
| Hex | 46 | 9 | 4E | A | 58 | 0 | 45 | 125 | 4F | 11 |
| Octal | 106 | 11 | 116 | 12 | 130 | 0 | 105 | 445 | 117 | 21 |
| Binary | 1000110 | 1001 | 1001110 | 1010 | 1011000 | 0 | 1000101 | 100100101 | 1001111 | 10001 |
Color Harmonies of #46094E
Complementary color
Monochromatic Colors of #46094E
Black with #46094E
Text Example
Text Example
White with #46094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46094E; }
p { color: rgb(70,9,78); }
H1.HeaderClassName
{
color: #46094E;
}
.AnyTagClassName
{
color: #46094E;
}
</style>
background-color css
<style>
a { background-color: #46094E; }
a { background-color: rgb(70,9,78); }
div.DivClassName
{
background-color: #46094E;
}
.BgClassName
{
background-color: #46094E;
}
</style>
border-color css
<style>
span { border-color: #46094E; }
span { border-color: rgb(70,9,78); }
td.TdClassName
{
border-color: #46094E;
}
.TagClassName
{
border-color: #46094E;
}
</style>