Shades of Violent Violet #140447
Tints of Violent Violet #140447
RGB
CMYK
RGB Variations
Color information
#140447 (or 0x140447) is known color: Violent Violet. HEX triplet: 14, 04 and 47. RGB value is (20,4,71). Sum of RGB (Red+Green+Blue) = 20+4+71=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 71 (28.12% from 255 or 74.74% from 95); Max value from RGB is 71 - color contains mainly: blue. Hex color #140447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140447 is #EBFBB8. Grayscale: #101010. Windows color (decimal): -15465401 or 4654100. OLE color: 4654100.
HSL color Cylindrical-coordinate representation of color #140447: hue angle of 254.33º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140447 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 4 | 71 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.72 |
| HSL | 254.33º | 0.89% | 0.15% | - |
| HSV(B) | 254.33º | 0.94% | 0.28% | - |
| XYZ | 1.47 | 0.69 | 6.02 | - |
| YUV | 16.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 71 | 0.72 | 0.94 | 0 | 0.72 | 254.33 | 0.89 | 0.15 |
| Hex | 14 | 4 | 47 | 48 | 5E | 0 | 48 | FE | 59 | F |
| Octal | 24 | 4 | 107 | 110 | 136 | 0 | 110 | 376 | 131 | 17 |
| Binary | 10100 | 100 | 1000111 | 1001000 | 1011110 | 0 | 1001000 | 11111110 | 1011001 | 1111 |
Color Harmonies of #140447
Complementary color
Monochromatic Colors of #140447
Black with #140447
Text Example
Text Example
White with #140447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140447; }
p { color: rgb(20,4,71); }
H1.HeaderClassName
{
color: #140447;
}
.AnyTagClassName
{
color: #140447;
}
</style>
background-color css
<style>
a { background-color: #140447; }
a { background-color: rgb(20,4,71); }
div.DivClassName
{
background-color: #140447;
}
.BgClassName
{
background-color: #140447;
}
</style>
border-color css
<style>
span { border-color: #140447; }
span { border-color: rgb(20,4,71); }
td.TdClassName
{
border-color: #140447;
}
.TagClassName
{
border-color: #140447;
}
</style>