Shades of Violent Violet #19014E
Tints of Violent Violet #19014E
RGB
CMYK
RGB Variations
Color information
#19014E (or 0x19014E) is known color: Violent Violet. HEX triplet: 19, 01 and 4E. RGB value is (25,1,78). Sum of RGB (Red+Green+Blue) = 25+1+78=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 78 (30.86% from 255 or 75% from 104); Max value from RGB is 78 - color contains mainly: blue. Hex color #19014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19014E is #E6FEB1. Grayscale: #101010. Windows color (decimal): -15138482 or 5112089. OLE color: 5112089.
HSL color Cylindrical-coordinate representation of color #19014E: hue angle of 258.7º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19014E is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 1 | 78 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.69 |
| HSL | 258.7º | 0.97% | 0.15% | - |
| HSV(B) | 258.7º | 0.99% | 0.31% | - |
| XYZ | 1.79 | 0.78 | 7.26 | - |
| YUV | 16.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 78 | 0.68 | 0.99 | 0 | 0.69 | 258.7 | 0.97 | 0.15 |
| Hex | 19 | 1 | 4E | 44 | 63 | 0 | 45 | 103 | 61 | F |
| Octal | 31 | 1 | 116 | 104 | 143 | 0 | 105 | 403 | 141 | 17 |
| Binary | 11001 | 1 | 1001110 | 1000100 | 1100011 | 0 | 1000101 | 100000011 | 1100001 | 1111 |
Color Harmonies of #19014E
Complementary color
Monochromatic Colors of #19014E
Black with #19014E
Text Example
Text Example
White with #19014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19014E; }
p { color: rgb(25,1,78); }
H1.HeaderClassName
{
color: #19014E;
}
.AnyTagClassName
{
color: #19014E;
}
</style>
background-color css
<style>
a { background-color: #19014E; }
a { background-color: rgb(25,1,78); }
div.DivClassName
{
background-color: #19014E;
}
.BgClassName
{
background-color: #19014E;
}
</style>
border-color css
<style>
span { border-color: #19014E; }
span { border-color: rgb(25,1,78); }
td.TdClassName
{
border-color: #19014E;
}
.TagClassName
{
border-color: #19014E;
}
</style>