Shades of Violent Violet #19004C
Tints of Violent Violet #19004C
RGB
CMYK
RGB Variations
Color information
#19004C (or 0x19004C) is known color: Violent Violet. HEX triplet: 19, 00 and 4C. RGB value is (25,0,76). Sum of RGB (Red+Green+Blue) = 25+0+76=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 0 (0.39% from 255 or 0% 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 #19004C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19004C is #E6FFB3. Grayscale: #0F0F0F. Windows color (decimal): -15138740 or 4980761. OLE color: 4980761.
HSL color Cylindrical-coordinate representation of color #19004C: hue angle of 259.74º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19004C is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 0 | 76 | - |
| CMYK | 0.67 | 1 | 0 | 0.70 |
| HSL | 259.74º | 1% | 0.15% | - |
| HSV(B) | 259.74º | 1% | 0.3% | - |
| XYZ | 1.71 | 0.73 | 6.89 | - |
| YUV | 16.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 76 | 0.67 | 1 | 0 | 0.70 | 259.74 | 1 | 0.15 |
| Hex | 19 | 0 | 4C | 43 | 64 | 0 | 46 | 104 | 64 | F |
| Octal | 31 | 0 | 114 | 103 | 144 | 0 | 106 | 404 | 144 | 17 |
| Binary | 11001 | 0 | 1001100 | 1000011 | 1100100 | 0 | 1000110 | 100000100 | 1100100 | 1111 |
Color Harmonies of #19004C
Complementary color
Monochromatic Colors of #19004C
Black with #19004C
Text Example
Text Example
White with #19004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19004C; }
p { color: rgb(25,0,76); }
H1.HeaderClassName
{
color: #19004C;
}
.AnyTagClassName
{
color: #19004C;
}
</style>
background-color css
<style>
a { background-color: #19004C; }
a { background-color: rgb(25,0,76); }
div.DivClassName
{
background-color: #19004C;
}
.BgClassName
{
background-color: #19004C;
}
</style>
border-color css
<style>
span { border-color: #19004C; }
span { border-color: rgb(25,0,76); }
td.TdClassName
{
border-color: #19004C;
}
.TagClassName
{
border-color: #19004C;
}
</style>