Shades of Violent Violet #190051
Tints of Violent Violet #190051
RGB
CMYK
RGB Variations
Color information
#190051 (or 0x190051) is known color: Violent Violet. HEX triplet: 19, 00 and 51. RGB value is (25,0,81). Sum of RGB (Red+Green+Blue) = 25+0+81=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #190051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190051 is #E6FFAE. Grayscale: #101010. Windows color (decimal): -15138735 or 5308441. OLE color: 5308441.
HSL color Cylindrical-coordinate representation of color #190051: hue angle of 258.52º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190051 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 0 | 81 | - |
| CMYK | 0.69 | 1 | 0 | 0.68 |
| HSL | 258.52º | 1% | 0.16% | - |
| HSV(B) | 258.52º | 1% | 0.32% | - |
| XYZ | 1.89 | 0.8 | 7.84 | - |
| YUV | 16.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 81 | 0.69 | 1 | 0 | 0.68 | 258.52 | 1 | 0.16 |
| Hex | 19 | 0 | 51 | 45 | 64 | 0 | 44 | 103 | 64 | 10 |
| Octal | 31 | 0 | 121 | 105 | 144 | 0 | 104 | 403 | 144 | 20 |
| Binary | 11001 | 0 | 1010001 | 1000101 | 1100100 | 0 | 1000100 | 100000011 | 1100100 | 10000 |
Color Harmonies of #190051
Complementary color
Monochromatic Colors of #190051
Black with #190051
Text Example
Text Example
White with #190051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190051; }
p { color: rgb(25,0,81); }
H1.HeaderClassName
{
color: #190051;
}
.AnyTagClassName
{
color: #190051;
}
</style>
background-color css
<style>
a { background-color: #190051; }
a { background-color: rgb(25,0,81); }
div.DivClassName
{
background-color: #190051;
}
.BgClassName
{
background-color: #190051;
}
</style>
border-color css
<style>
span { border-color: #190051; }
span { border-color: rgb(25,0,81); }
td.TdClassName
{
border-color: #190051;
}
.TagClassName
{
border-color: #190051;
}
</style>