Shades of Violent Violet #190055
Tints of Violent Violet #190055
RGB
CMYK
RGB Variations
Color information
#190055 (or 0x190055) is known color: Violent Violet. HEX triplet: 19, 00 and 55. RGB value is (25,0,85). Sum of RGB (Red+Green+Blue) = 25+0+85=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #190055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190055 is #E6FFAA. Grayscale: #101010. Windows color (decimal): -15138731 or 5570585. OLE color: 5570585.
HSL color Cylindrical-coordinate representation of color #190055: hue angle of 257.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190055 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 0 | 85 | - |
| CMYK | 0.71 | 1 | 0 | 0.67 |
| HSL | 257.65º | 1% | 0.17% | - |
| HSV(B) | 257.65º | 1% | 0.33% | - |
| XYZ | 2.04 | 0.86 | 8.65 | - |
| YUV | 17.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 85 | 0.71 | 1 | 0 | 0.67 | 257.65 | 1 | 0.17 |
| Hex | 19 | 0 | 55 | 47 | 64 | 0 | 43 | 102 | 64 | 11 |
| Octal | 31 | 0 | 125 | 107 | 144 | 0 | 103 | 402 | 144 | 21 |
| Binary | 11001 | 0 | 1010101 | 1000111 | 1100100 | 0 | 1000011 | 100000010 | 1100100 | 10001 |
Color Harmonies of #190055
Complementary color
Monochromatic Colors of #190055
Black with #190055
Text Example
Text Example
White with #190055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190055; }
p { color: rgb(25,0,85); }
H1.HeaderClassName
{
color: #190055;
}
.AnyTagClassName
{
color: #190055;
}
</style>
background-color css
<style>
a { background-color: #190055; }
a { background-color: rgb(25,0,85); }
div.DivClassName
{
background-color: #190055;
}
.BgClassName
{
background-color: #190055;
}
</style>
border-color css
<style>
span { border-color: #190055; }
span { border-color: rgb(25,0,85); }
td.TdClassName
{
border-color: #190055;
}
.TagClassName
{
border-color: #190055;
}
</style>