Shades of Violent Violet #19074B
Tints of Violent Violet #19074B
RGB
CMYK
RGB Variations
Color information
#19074B (or 0x19074B) is known color: Violent Violet. HEX triplet: 19, 07 and 4B. RGB value is (25,7,75). Sum of RGB (Red+Green+Blue) = 25+7+75=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #19074B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19074B is #E6F8B4. Grayscale: #131313. Windows color (decimal): -15136949 or 4917017. OLE color: 4917017.
HSL color Cylindrical-coordinate representation of color #19074B: hue angle of 255.88º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19074B is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 7 | 75 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.71 |
| HSL | 255.88º | 0.83% | 0.16% | - |
| HSV(B) | 255.88º | 0.91% | 0.29% | - |
| XYZ | 1.75 | 0.87 | 6.73 | - |
| YUV | 20.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 75 | 0.67 | 0.91 | 0 | 0.71 | 255.88 | 0.83 | 0.16 |
| Hex | 19 | 7 | 4B | 43 | 5B | 0 | 47 | 100 | 53 | 10 |
| Octal | 31 | 7 | 113 | 103 | 133 | 0 | 107 | 400 | 123 | 20 |
| Binary | 11001 | 111 | 1001011 | 1000011 | 1011011 | 0 | 1000111 | 100000000 | 1010011 | 10000 |
Color Harmonies of #19074B
Complementary color
Monochromatic Colors of #19074B
Black with #19074B
Text Example
Text Example
White with #19074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19074B; }
p { color: rgb(25,7,75); }
H1.HeaderClassName
{
color: #19074B;
}
.AnyTagClassName
{
color: #19074B;
}
</style>
background-color css
<style>
a { background-color: #19074B; }
a { background-color: rgb(25,7,75); }
div.DivClassName
{
background-color: #19074B;
}
.BgClassName
{
background-color: #19074B;
}
</style>
border-color css
<style>
span { border-color: #19074B; }
span { border-color: rgb(25,7,75); }
td.TdClassName
{
border-color: #19074B;
}
.TagClassName
{
border-color: #19074B;
}
</style>