Shades of Violent Violet #140049
Tints of Violent Violet #140049
RGB
CMYK
RGB Variations
Color information
#140049 (or 0x140049) is known color: Violent Violet. HEX triplet: 14, 00 and 49. RGB value is (20,0,73). Sum of RGB (Red+Green+Blue) = 20+0+73=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #140049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140049 is #EBFFB6. Grayscale: #0E0E0E. Windows color (decimal): -15466423 or 4784148. OLE color: 4784148.
HSL color Cylindrical-coordinate representation of color #140049: hue angle of 256.44º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140049 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 0 | 73 | - |
| CMYK | 0.73 | 1 | 0 | 0.71 |
| HSL | 256.44º | 1% | 0.14% | - |
| HSV(B) | 256.44º | 1% | 0.29% | - |
| XYZ | 1.49 | 0.63 | 6.35 | - |
| YUV | 14.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 73 | 0.73 | 1 | 0 | 0.71 | 256.44 | 1 | 0.14 |
| Hex | 14 | 0 | 49 | 49 | 64 | 0 | 47 | 100 | 64 | E |
| Octal | 24 | 0 | 111 | 111 | 144 | 0 | 107 | 400 | 144 | 16 |
| Binary | 10100 | 0 | 1001001 | 1001001 | 1100100 | 0 | 1000111 | 100000000 | 1100100 | 1110 |
Color Harmonies of #140049
Complementary color
Monochromatic Colors of #140049
Black with #140049
Text Example
Text Example
White with #140049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140049; }
p { color: rgb(20,0,73); }
H1.HeaderClassName
{
color: #140049;
}
.AnyTagClassName
{
color: #140049;
}
</style>
background-color css
<style>
a { background-color: #140049; }
a { background-color: rgb(20,0,73); }
div.DivClassName
{
background-color: #140049;
}
.BgClassName
{
background-color: #140049;
}
</style>
border-color css
<style>
span { border-color: #140049; }
span { border-color: rgb(20,0,73); }
td.TdClassName
{
border-color: #140049;
}
.TagClassName
{
border-color: #140049;
}
</style>