Shades of Violent Violet #190052
Tints of Violent Violet #190052
RGB
CMYK
RGB Variations
Color information
#190052 (or 0x190052) is known color: Violent Violet. HEX triplet: 19, 00 and 52. RGB value is (25,0,82). Sum of RGB (Red+Green+Blue) = 25+0+82=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #190052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190052 is #E6FFAD. Grayscale: #101010. Windows color (decimal): -15138734 or 5373977. OLE color: 5373977.
HSL color Cylindrical-coordinate representation of color #190052: hue angle of 258.29º 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 #190052 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 0 | 82 | - |
| CMYK | 0.70 | 1 | 0 | 0.68 |
| HSL | 258.29º | 1% | 0.16% | - |
| HSV(B) | 258.29º | 1% | 0.32% | - |
| XYZ | 1.92 | 0.82 | 8.04 | - |
| YUV | 16.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 82 | 0.70 | 1 | 0 | 0.68 | 258.29 | 1 | 0.16 |
| Hex | 19 | 0 | 52 | 46 | 64 | 0 | 44 | 102 | 64 | 10 |
| Octal | 31 | 0 | 122 | 106 | 144 | 0 | 104 | 402 | 144 | 20 |
| Binary | 11001 | 0 | 1010010 | 1000110 | 1100100 | 0 | 1000100 | 100000010 | 1100100 | 10000 |
Color Harmonies of #190052
Complementary color
Monochromatic Colors of #190052
Black with #190052
Text Example
Text Example
White with #190052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190052; }
p { color: rgb(25,0,82); }
H1.HeaderClassName
{
color: #190052;
}
.AnyTagClassName
{
color: #190052;
}
</style>
background-color css
<style>
a { background-color: #190052; }
a { background-color: rgb(25,0,82); }
div.DivClassName
{
background-color: #190052;
}
.BgClassName
{
background-color: #190052;
}
</style>
border-color css
<style>
span { border-color: #190052; }
span { border-color: rgb(25,0,82); }
td.TdClassName
{
border-color: #190052;
}
.TagClassName
{
border-color: #190052;
}
</style>