Shades of Violent Violet #140046
Tints of Violent Violet #140046
RGB
CMYK
RGB Variations
Color information
#140046 (or 0x140046) is known color: Violent Violet. HEX triplet: 14, 00 and 46. RGB value is (20,0,70). Sum of RGB (Red+Green+Blue) = 20+0+70=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 70 (27.73% from 255 or 77.78% from 90); Max value from RGB is 70 - color contains mainly: blue. Hex color #140046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140046 is #EBFFB9. Grayscale: #0D0D0D. Windows color (decimal): -15466426 or 4587540. OLE color: 4587540.
HSL color Cylindrical-coordinate representation of color #140046: hue angle of 257.14º 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 #140046 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 0 | 70 | - |
| CMYK | 0.71 | 1 | 0 | 0.73 |
| HSL | 257.14º | 1% | 0.14% | - |
| HSV(B) | 257.14º | 1% | 0.27% | - |
| XYZ | 1.39 | 0.59 | 5.83 | - |
| YUV | 13.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 70 | 0.71 | 1 | 0 | 0.73 | 257.14 | 1 | 0.14 |
| Hex | 14 | 0 | 46 | 47 | 64 | 0 | 49 | 101 | 64 | E |
| Octal | 24 | 0 | 106 | 107 | 144 | 0 | 111 | 401 | 144 | 16 |
| Binary | 10100 | 0 | 1000110 | 1000111 | 1100100 | 0 | 1001001 | 100000001 | 1100100 | 1110 |
Color Harmonies of #140046
Complementary color
Monochromatic Colors of #140046
Black with #140046
Text Example
Text Example
White with #140046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140046; }
p { color: rgb(20,0,70); }
H1.HeaderClassName
{
color: #140046;
}
.AnyTagClassName
{
color: #140046;
}
</style>
background-color css
<style>
a { background-color: #140046; }
a { background-color: rgb(20,0,70); }
div.DivClassName
{
background-color: #140046;
}
.BgClassName
{
background-color: #140046;
}
</style>
border-color css
<style>
span { border-color: #140046; }
span { border-color: rgb(20,0,70); }
td.TdClassName
{
border-color: #140046;
}
.TagClassName
{
border-color: #140046;
}
</style>