Shades of Violent Violet #19063F
Tints of Violent Violet #19063F
RGB
CMYK
RGB Variations
Color information
#19063F (or 0x19063F) is known color: Violent Violet. HEX triplet: 19, 06 and 3F. RGB value is (25,6,63). Sum of RGB (Red+Green+Blue) = 25+6+63=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #19063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19063F is #E6F9C0. Grayscale: #111111. Windows color (decimal): -15137217 or 4130329. OLE color: 4130329.
HSL color Cylindrical-coordinate representation of color #19063F: hue angle of 260º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19063F is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 6 | 63 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.75 |
| HSL | 260º | 0.83% | 0.14% | - |
| HSV(B) | 260º | 0.9% | 0.25% | - |
| XYZ | 1.36 | 0.7 | 4.77 | - |
| YUV | 18.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 63 | 0.60 | 0.90 | 0 | 0.75 | 260 | 0.83 | 0.14 |
| Hex | 19 | 6 | 3F | 3C | 5A | 0 | 4B | 104 | 53 | E |
| Octal | 31 | 6 | 77 | 74 | 132 | 0 | 113 | 404 | 123 | 16 |
| Binary | 11001 | 110 | 111111 | 111100 | 1011010 | 0 | 1001011 | 100000100 | 1010011 | 1110 |
Color Harmonies of #19063F
Complementary color
Monochromatic Colors of #19063F
Black with #19063F
Text Example
Text Example
White with #19063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19063F; }
p { color: rgb(25,6,63); }
H1.HeaderClassName
{
color: #19063F;
}
.AnyTagClassName
{
color: #19063F;
}
</style>
background-color css
<style>
a { background-color: #19063F; }
a { background-color: rgb(25,6,63); }
div.DivClassName
{
background-color: #19063F;
}
.BgClassName
{
background-color: #19063F;
}
</style>
border-color css
<style>
span { border-color: #19063F; }
span { border-color: rgb(25,6,63); }
td.TdClassName
{
border-color: #19063F;
}
.TagClassName
{
border-color: #19063F;
}
</style>