Shades of Violent Violet #0E0046
Tints of Violent Violet #0E0046
RGB
CMYK
RGB Variations
Color information
#0E0046 (or 0x0E0046) is known color: Violent Violet. HEX triplet: 0E, 00 and 46. RGB value is (14,0,70). Sum of RGB (Red+Green+Blue) = 14+0+70=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 70 (27.73% from 255 or 83.33% from 84); Max value from RGB is 70 - color contains mainly: blue. Hex color #0E0046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0046 is #F1FFB9. Grayscale: #0B0B0B. Windows color (decimal): -15859642 or 4587534. OLE color: 4587534.
HSL color Cylindrical-coordinate representation of color #0E0046: hue angle of 252º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0046 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 0 | 70 | - |
| CMYK | 0.80 | 1 | 0 | 0.73 |
| HSL | 252º | 1% | 0.14% | - |
| HSV(B) | 252º | 1% | 0.27% | - |
| XYZ | 1.29 | 0.54 | 5.83 | - |
| YUV | 12.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 70 | 0.80 | 1 | 0 | 0.73 | 252 | 1 | 0.14 |
| Hex | E | 0 | 46 | 50 | 64 | 0 | 49 | FC | 64 | E |
| Octal | 16 | 0 | 106 | 120 | 144 | 0 | 111 | 374 | 144 | 16 |
| Binary | 1110 | 0 | 1000110 | 1010000 | 1100100 | 0 | 1001001 | 11111100 | 1100100 | 1110 |
Color Harmonies of #0E0046
Complementary color
Monochromatic Colors of #0E0046
Black with #0E0046
Text Example
Text Example
White with #0E0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0046; }
p { color: rgb(14,0,70); }
H1.HeaderClassName
{
color: #0E0046;
}
.AnyTagClassName
{
color: #0E0046;
}
</style>
background-color css
<style>
a { background-color: #0E0046; }
a { background-color: rgb(14,0,70); }
div.DivClassName
{
background-color: #0E0046;
}
.BgClassName
{
background-color: #0E0046;
}
</style>
border-color css
<style>
span { border-color: #0E0046; }
span { border-color: rgb(14,0,70); }
td.TdClassName
{
border-color: #0E0046;
}
.TagClassName
{
border-color: #0E0046;
}
</style>