Shades of Violent Violet #140740
Tints of Violent Violet #140740
RGB
CMYK
RGB Variations
Color information
#140740 (or 0x140740) is known color: Violent Violet. HEX triplet: 14, 07 and 40. RGB value is (20,7,64). Sum of RGB (Red+Green+Blue) = 20+7+64=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #140740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140740 is #EBF8BF. Grayscale: #111111. Windows color (decimal): -15464640 or 4196116. OLE color: 4196116.
HSL color Cylindrical-coordinate representation of color #140740: hue angle of 253.68º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140740 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 7 | 64 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.75 |
| HSL | 253.68º | 0.8% | 0.14% | - |
| HSV(B) | 253.68º | 0.89% | 0.25% | - |
| XYZ | 1.29 | 0.67 | 4.91 | - |
| YUV | 17.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 64 | 0.69 | 0.89 | 0 | 0.75 | 253.68 | 0.8 | 0.14 |
| Hex | 14 | 7 | 40 | 45 | 59 | 0 | 4B | FE | 50 | E |
| Octal | 24 | 7 | 100 | 105 | 131 | 0 | 113 | 376 | 120 | 16 |
| Binary | 10100 | 111 | 1000000 | 1000101 | 1011001 | 0 | 1001011 | 11111110 | 1010000 | 1110 |
Color Harmonies of #140740
Complementary color
Monochromatic Colors of #140740
Black with #140740
Text Example
Text Example
White with #140740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140740; }
p { color: rgb(20,7,64); }
H1.HeaderClassName
{
color: #140740;
}
.AnyTagClassName
{
color: #140740;
}
</style>
background-color css
<style>
a { background-color: #140740; }
a { background-color: rgb(20,7,64); }
div.DivClassName
{
background-color: #140740;
}
.BgClassName
{
background-color: #140740;
}
</style>
border-color css
<style>
span { border-color: #140740; }
span { border-color: rgb(20,7,64); }
td.TdClassName
{
border-color: #140740;
}
.TagClassName
{
border-color: #140740;
}
</style>