Shades of Violent Violet #19064C
Tints of Violent Violet #19064C
RGB
CMYK
RGB Variations
Color information
#19064C (or 0x19064C) is known color: Violent Violet. HEX triplet: 19, 06 and 4C. RGB value is (25,6,76). Sum of RGB (Red+Green+Blue) = 25+6+76=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 76 (30.08% from 255 or 71.03% from 107); Max value from RGB is 76 - color contains mainly: blue. Hex color #19064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19064C is #E6F9B3. Grayscale: #131313. Windows color (decimal): -15137204 or 4982297. OLE color: 4982297.
HSL color Cylindrical-coordinate representation of color #19064C: hue angle of 256.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19064C is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 6 | 76 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.70 |
| HSL | 256.29º | 0.85% | 0.16% | - |
| HSV(B) | 256.29º | 0.92% | 0.3% | - |
| XYZ | 1.77 | 0.86 | 6.91 | - |
| YUV | 19.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 76 | 0.67 | 0.92 | 0 | 0.70 | 256.29 | 0.85 | 0.16 |
| Hex | 19 | 6 | 4C | 43 | 5C | 0 | 46 | 100 | 55 | 10 |
| Octal | 31 | 6 | 114 | 103 | 134 | 0 | 106 | 400 | 125 | 20 |
| Binary | 11001 | 110 | 1001100 | 1000011 | 1011100 | 0 | 1000110 | 100000000 | 1010101 | 10000 |
Color Harmonies of #19064C
Complementary color
Monochromatic Colors of #19064C
Black with #19064C
Text Example
Text Example
White with #19064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19064C; }
p { color: rgb(25,6,76); }
H1.HeaderClassName
{
color: #19064C;
}
.AnyTagClassName
{
color: #19064C;
}
</style>
background-color css
<style>
a { background-color: #19064C; }
a { background-color: rgb(25,6,76); }
div.DivClassName
{
background-color: #19064C;
}
.BgClassName
{
background-color: #19064C;
}
</style>
border-color css
<style>
span { border-color: #19064C; }
span { border-color: rgb(25,6,76); }
td.TdClassName
{
border-color: #19064C;
}
.TagClassName
{
border-color: #19064C;
}
</style>