Shades of Violent Violet #14034D
Tints of Violent Violet #14034D
RGB
CMYK
RGB Variations
Color information
#14034D (or 0x14034D) is known color: Violent Violet. HEX triplet: 14, 03 and 4D. RGB value is (20,3,77). Sum of RGB (Red+Green+Blue) = 20+3+77=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #14034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14034D is #EBFCB2. Grayscale: #101010. Windows color (decimal): -15465651 or 5047060. OLE color: 5047060.
HSL color Cylindrical-coordinate representation of color #14034D: hue angle of 253.78º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14034D is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 3 | 77 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.70 |
| HSL | 253.78º | 0.93% | 0.16% | - |
| HSV(B) | 253.78º | 0.96% | 0.3% | - |
| XYZ | 1.66 | 0.75 | 7.08 | - |
| YUV | 16.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 77 | 0.74 | 0.96 | 0 | 0.70 | 253.78 | 0.93 | 0.16 |
| Hex | 14 | 3 | 4D | 4A | 60 | 0 | 46 | FE | 5C | 10 |
| Octal | 24 | 3 | 115 | 112 | 140 | 0 | 106 | 376 | 134 | 20 |
| Binary | 10100 | 11 | 1001101 | 1001010 | 1100000 | 0 | 1000110 | 11111110 | 1011100 | 10000 |
Color Harmonies of #14034D
Complementary color
Monochromatic Colors of #14034D
Black with #14034D
Text Example
Text Example
White with #14034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14034D; }
p { color: rgb(20,3,77); }
H1.HeaderClassName
{
color: #14034D;
}
.AnyTagClassName
{
color: #14034D;
}
</style>
background-color css
<style>
a { background-color: #14034D; }
a { background-color: rgb(20,3,77); }
div.DivClassName
{
background-color: #14034D;
}
.BgClassName
{
background-color: #14034D;
}
</style>
border-color css
<style>
span { border-color: #14034D; }
span { border-color: rgb(20,3,77); }
td.TdClassName
{
border-color: #14034D;
}
.TagClassName
{
border-color: #14034D;
}
</style>