Shades of Violent Violet #140644
Tints of Violent Violet #140644
RGB
CMYK
RGB Variations
Color information
#140644 (or 0x140644) is known color: Violent Violet. HEX triplet: 14, 06 and 44. RGB value is (20,6,68). Sum of RGB (Red+Green+Blue) = 20+6+68=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 68 (26.95% from 255 or 72.34% from 94); Max value from RGB is 68 - color contains mainly: blue. Hex color #140644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140644 is #EBF9BB. Grayscale: #111111. Windows color (decimal): -15464892 or 4458004. OLE color: 4458004.
HSL color Cylindrical-coordinate representation of color #140644: hue angle of 253.55º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140644 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 6 | 68 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.73 |
| HSL | 253.55º | 0.84% | 0.15% | - |
| HSV(B) | 253.55º | 0.91% | 0.27% | - |
| XYZ | 1.4 | 0.7 | 5.53 | - |
| YUV | 17.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 68 | 0.71 | 0.91 | 0 | 0.73 | 253.55 | 0.84 | 0.15 |
| Hex | 14 | 6 | 44 | 47 | 5B | 0 | 49 | FE | 54 | F |
| Octal | 24 | 6 | 104 | 107 | 133 | 0 | 111 | 376 | 124 | 17 |
| Binary | 10100 | 110 | 1000100 | 1000111 | 1011011 | 0 | 1001001 | 11111110 | 1010100 | 1111 |
Color Harmonies of #140644
Complementary color
Monochromatic Colors of #140644
Black with #140644
Text Example
Text Example
White with #140644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140644; }
p { color: rgb(20,6,68); }
H1.HeaderClassName
{
color: #140644;
}
.AnyTagClassName
{
color: #140644;
}
</style>
background-color css
<style>
a { background-color: #140644; }
a { background-color: rgb(20,6,68); }
div.DivClassName
{
background-color: #140644;
}
.BgClassName
{
background-color: #140644;
}
</style>
border-color css
<style>
span { border-color: #140644; }
span { border-color: rgb(20,6,68); }
td.TdClassName
{
border-color: #140644;
}
.TagClassName
{
border-color: #140644;
}
</style>