Shades of Violent Violet #14024D
Tints of Violent Violet #14024D
RGB
CMYK
RGB Variations
Color information
#14024D (or 0x14024D) is known color: Violent Violet. HEX triplet: 14, 02 and 4D. RGB value is (20,2,77). Sum of RGB (Red+Green+Blue) = 20+2+77=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 77 (30.47% from 255 or 77.78% from 99); Max value from RGB is 77 - color contains mainly: blue. Hex color #14024D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14024D is #EBFDB2. Grayscale: #0F0F0F. Windows color (decimal): -15465907 or 5046804. OLE color: 5046804.
HSL color Cylindrical-coordinate representation of color #14024D: hue angle of 254.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14024D is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 2 | 77 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.70 |
| HSL | 254.4º | 0.95% | 0.15% | - |
| HSV(B) | 254.4º | 0.97% | 0.3% | - |
| XYZ | 1.65 | 0.73 | 7.07 | - |
| YUV | 15.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 77 | 0.74 | 0.97 | 0 | 0.70 | 254.4 | 0.95 | 0.15 |
| Hex | 14 | 2 | 4D | 4A | 61 | 0 | 46 | FE | 5F | F |
| Octal | 24 | 2 | 115 | 112 | 141 | 0 | 106 | 376 | 137 | 17 |
| Binary | 10100 | 10 | 1001101 | 1001010 | 1100001 | 0 | 1000110 | 11111110 | 1011111 | 1111 |
Color Harmonies of #14024D
Complementary color
Monochromatic Colors of #14024D
Black with #14024D
Text Example
Text Example
White with #14024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14024D; }
p { color: rgb(20,2,77); }
H1.HeaderClassName
{
color: #14024D;
}
.AnyTagClassName
{
color: #14024D;
}
</style>
background-color css
<style>
a { background-color: #14024D; }
a { background-color: rgb(20,2,77); }
div.DivClassName
{
background-color: #14024D;
}
.BgClassName
{
background-color: #14024D;
}
</style>
border-color css
<style>
span { border-color: #14024D; }
span { border-color: rgb(20,2,77); }
td.TdClassName
{
border-color: #14024D;
}
.TagClassName
{
border-color: #14024D;
}
</style>