Shades of Violent Violet #140246
Tints of Violent Violet #140246
RGB
CMYK
RGB Variations
Color information
#140246 (or 0x140246) is known color: Violent Violet. HEX triplet: 14, 02 and 46. RGB value is (20,2,70). Sum of RGB (Red+Green+Blue) = 20+2+70=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #140246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140246 is #EBFDB9. Grayscale: #0E0E0E. Windows color (decimal): -15465914 or 4588052. OLE color: 4588052.
HSL color Cylindrical-coordinate representation of color #140246: hue angle of 255.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140246 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 2 | 70 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.73 |
| HSL | 255.88º | 0.94% | 0.14% | - |
| HSV(B) | 255.88º | 0.97% | 0.27% | - |
| XYZ | 1.42 | 0.63 | 5.84 | - |
| YUV | 15.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 70 | 0.71 | 0.97 | 0 | 0.73 | 255.88 | 0.94 | 0.14 |
| Hex | 14 | 2 | 46 | 47 | 61 | 0 | 49 | 100 | 5E | E |
| Octal | 24 | 2 | 106 | 107 | 141 | 0 | 111 | 400 | 136 | 16 |
| Binary | 10100 | 10 | 1000110 | 1000111 | 1100001 | 0 | 1001001 | 100000000 | 1011110 | 1110 |
Color Harmonies of #140246
Complementary color
Monochromatic Colors of #140246
Black with #140246
Text Example
Text Example
White with #140246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140246; }
p { color: rgb(20,2,70); }
H1.HeaderClassName
{
color: #140246;
}
.AnyTagClassName
{
color: #140246;
}
</style>
background-color css
<style>
a { background-color: #140246; }
a { background-color: rgb(20,2,70); }
div.DivClassName
{
background-color: #140246;
}
.BgClassName
{
background-color: #140246;
}
</style>
border-color css
<style>
span { border-color: #140246; }
span { border-color: rgb(20,2,70); }
td.TdClassName
{
border-color: #140246;
}
.TagClassName
{
border-color: #140246;
}
</style>