Shades of Violent Violet #19004A
Tints of Violent Violet #19004A
RGB
CMYK
RGB Variations
Color information
#19004A (or 0x19004A) is known color: Violent Violet. HEX triplet: 19, 00 and 4A. RGB value is (25,0,74). Sum of RGB (Red+Green+Blue) = 25+0+74=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #19004A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19004A is #E6FFB5. Grayscale: #0F0F0F. Windows color (decimal): -15138742 or 4849689. OLE color: 4849689.
HSL color Cylindrical-coordinate representation of color #19004A: hue angle of 260.27º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19004A is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 0 | 74 | - |
| CMYK | 0.66 | 1 | 0 | 0.71 |
| HSL | 260.27º | 1% | 0.15% | - |
| HSV(B) | 260.27º | 1% | 0.29% | - |
| XYZ | 1.64 | 0.7 | 6.53 | - |
| YUV | 15.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 74 | 0.66 | 1 | 0 | 0.71 | 260.27 | 1 | 0.15 |
| Hex | 19 | 0 | 4A | 42 | 64 | 0 | 47 | 104 | 64 | F |
| Octal | 31 | 0 | 112 | 102 | 144 | 0 | 107 | 404 | 144 | 17 |
| Binary | 11001 | 0 | 1001010 | 1000010 | 1100100 | 0 | 1000111 | 100000100 | 1100100 | 1111 |
Color Harmonies of #19004A
Complementary color
Monochromatic Colors of #19004A
Black with #19004A
Text Example
Text Example
White with #19004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19004A; }
p { color: rgb(25,0,74); }
H1.HeaderClassName
{
color: #19004A;
}
.AnyTagClassName
{
color: #19004A;
}
</style>
background-color css
<style>
a { background-color: #19004A; }
a { background-color: rgb(25,0,74); }
div.DivClassName
{
background-color: #19004A;
}
.BgClassName
{
background-color: #19004A;
}
</style>
border-color css
<style>
span { border-color: #19004A; }
span { border-color: rgb(25,0,74); }
td.TdClassName
{
border-color: #19004A;
}
.TagClassName
{
border-color: #19004A;
}
</style>