Shades of Violent Violet #14054C
Tints of Violent Violet #14054C
RGB
CMYK
RGB Variations
Color information
#14054C (or 0x14054C) is known color: Violent Violet. HEX triplet: 14, 05 and 4C. RGB value is (20,5,76). Sum of RGB (Red+Green+Blue) = 20+5+76=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #14054C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14054C is #EBFAB3. Grayscale: #111111. Windows color (decimal): -15465140 or 4982036. OLE color: 4982036.
HSL color Cylindrical-coordinate representation of color #14054C: hue angle of 252.68º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14054C is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 5 | 76 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.70 |
| HSL | 252.68º | 0.88% | 0.16% | - |
| HSV(B) | 252.68º | 0.93% | 0.3% | - |
| XYZ | 1.65 | 0.78 | 6.9 | - |
| YUV | 17.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 76 | 0.74 | 0.93 | 0 | 0.70 | 252.68 | 0.88 | 0.16 |
| Hex | 14 | 5 | 4C | 4A | 5D | 0 | 46 | FD | 58 | 10 |
| Octal | 24 | 5 | 114 | 112 | 135 | 0 | 106 | 375 | 130 | 20 |
| Binary | 10100 | 101 | 1001100 | 1001010 | 1011101 | 0 | 1000110 | 11111101 | 1011000 | 10000 |
Color Harmonies of #14054C
Complementary color
Monochromatic Colors of #14054C
Black with #14054C
Text Example
Text Example
White with #14054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14054C; }
p { color: rgb(20,5,76); }
H1.HeaderClassName
{
color: #14054C;
}
.AnyTagClassName
{
color: #14054C;
}
</style>
background-color css
<style>
a { background-color: #14054C; }
a { background-color: rgb(20,5,76); }
div.DivClassName
{
background-color: #14054C;
}
.BgClassName
{
background-color: #14054C;
}
</style>
border-color css
<style>
span { border-color: #14054C; }
span { border-color: rgb(20,5,76); }
td.TdClassName
{
border-color: #14054C;
}
.TagClassName
{
border-color: #14054C;
}
</style>