Shades of Violent Violet #16064E
Tints of Violent Violet #16064E
RGB
CMYK
RGB Variations
Color information
#16064E (or 0x16064E) is known color: Violent Violet. HEX triplet: 16, 06 and 4E. RGB value is (22,6,78). Sum of RGB (Red+Green+Blue) = 22+6+78=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 78 (30.86% from 255 or 73.58% from 106); Max value from RGB is 78 - color contains mainly: blue. Hex color #16064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16064E is #E9F9B1. Grayscale: #121212. Windows color (decimal): -15333810 or 5113366. OLE color: 5113366.
HSL color Cylindrical-coordinate representation of color #16064E: hue angle of 253.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16064E is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 6 | 78 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.69 |
| HSL | 253.33º | 0.86% | 0.16% | - |
| HSV(B) | 253.33º | 0.92% | 0.31% | - |
| XYZ | 1.77 | 0.85 | 7.28 | - |
| YUV | 18.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 78 | 0.72 | 0.92 | 0 | 0.69 | 253.33 | 0.86 | 0.16 |
| Hex | 16 | 6 | 4E | 48 | 5C | 0 | 45 | FD | 56 | 10 |
| Octal | 26 | 6 | 116 | 110 | 134 | 0 | 105 | 375 | 126 | 20 |
| Binary | 10110 | 110 | 1001110 | 1001000 | 1011100 | 0 | 1000101 | 11111101 | 1010110 | 10000 |
Color Harmonies of #16064E
Complementary color
Monochromatic Colors of #16064E
Black with #16064E
Text Example
Text Example
White with #16064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16064E; }
p { color: rgb(22,6,78); }
H1.HeaderClassName
{
color: #16064E;
}
.AnyTagClassName
{
color: #16064E;
}
</style>
background-color css
<style>
a { background-color: #16064E; }
a { background-color: rgb(22,6,78); }
div.DivClassName
{
background-color: #16064E;
}
.BgClassName
{
background-color: #16064E;
}
</style>
border-color css
<style>
span { border-color: #16064E; }
span { border-color: rgb(22,6,78); }
td.TdClassName
{
border-color: #16064E;
}
.TagClassName
{
border-color: #16064E;
}
</style>