Shades of Violent Violet #190741
Tints of Violent Violet #190741
RGB
CMYK
RGB Variations
Color information
#190741 (or 0x190741) is known color: Violent Violet. HEX triplet: 19, 07 and 41. RGB value is (25,7,65). Sum of RGB (Red+Green+Blue) = 25+7+65=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #190741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190741 is #E6F8BE. Grayscale: #121212. Windows color (decimal): -15136959 or 4261657. OLE color: 4261657.
HSL color Cylindrical-coordinate representation of color #190741: hue angle of 258.62º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #190741 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 7 | 65 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.75 |
| HSL | 258.62º | 0.81% | 0.14% | - |
| HSV(B) | 258.62º | 0.89% | 0.25% | - |
| XYZ | 1.43 | 0.74 | 5.07 | - |
| YUV | 18.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 65 | 0.62 | 0.89 | 0 | 0.75 | 258.62 | 0.81 | 0.14 |
| Hex | 19 | 7 | 41 | 3E | 59 | 0 | 4B | 103 | 51 | E |
| Octal | 31 | 7 | 101 | 76 | 131 | 0 | 113 | 403 | 121 | 16 |
| Binary | 11001 | 111 | 1000001 | 111110 | 1011001 | 0 | 1001011 | 100000011 | 1010001 | 1110 |
Color Harmonies of #190741
Complementary color
Monochromatic Colors of #190741
Black with #190741
Text Example
Text Example
White with #190741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190741; }
p { color: rgb(25,7,65); }
H1.HeaderClassName
{
color: #190741;
}
.AnyTagClassName
{
color: #190741;
}
</style>
background-color css
<style>
a { background-color: #190741; }
a { background-color: rgb(25,7,65); }
div.DivClassName
{
background-color: #190741;
}
.BgClassName
{
background-color: #190741;
}
</style>
border-color css
<style>
span { border-color: #190741; }
span { border-color: rgb(25,7,65); }
td.TdClassName
{
border-color: #190741;
}
.TagClassName
{
border-color: #190741;
}
</style>