Shades of Violent Violet #14004E
Tints of Violent Violet #14004E
RGB
CMYK
RGB Variations
Color information
#14004E (or 0x14004E) is known color: Violent Violet. HEX triplet: 14, 00 and 4E. RGB value is (20,0,78). Sum of RGB (Red+Green+Blue) = 20+0+78=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #14004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14004E is #EBFFB1. Grayscale: #0E0E0E. Windows color (decimal): -15466418 or 5111828. OLE color: 5111828.
HSL color Cylindrical-coordinate representation of color #14004E: hue angle of 255.38º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14004E is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 0 | 78 | - |
| CMYK | 0.74 | 1 | 0 | 0.69 |
| HSL | 255.38º | 1% | 0.15% | - |
| HSV(B) | 255.38º | 1% | 0.31% | - |
| XYZ | 1.66 | 0.7 | 7.25 | - |
| YUV | 14.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 78 | 0.74 | 1 | 0 | 0.69 | 255.38 | 1 | 0.15 |
| Hex | 14 | 0 | 4E | 4A | 64 | 0 | 45 | FF | 64 | F |
| Octal | 24 | 0 | 116 | 112 | 144 | 0 | 105 | 377 | 144 | 17 |
| Binary | 10100 | 0 | 1001110 | 1001010 | 1100100 | 0 | 1000101 | 11111111 | 1100100 | 1111 |
Color Harmonies of #14004E
Complementary color
Monochromatic Colors of #14004E
Black with #14004E
Text Example
Text Example
White with #14004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14004E; }
p { color: rgb(20,0,78); }
H1.HeaderClassName
{
color: #14004E;
}
.AnyTagClassName
{
color: #14004E;
}
</style>
background-color css
<style>
a { background-color: #14004E; }
a { background-color: rgb(20,0,78); }
div.DivClassName
{
background-color: #14004E;
}
.BgClassName
{
background-color: #14004E;
}
</style>
border-color css
<style>
span { border-color: #14004E; }
span { border-color: rgb(20,0,78); }
td.TdClassName
{
border-color: #14004E;
}
.TagClassName
{
border-color: #14004E;
}
</style>