Shades of Violent Violet #19014B
Tints of Violent Violet #19014B
RGB
CMYK
RGB Variations
Color information
#19014B (or 0x19014B) is known color: Violent Violet. HEX triplet: 19, 01 and 4B. RGB value is (25,1,75). Sum of RGB (Red+Green+Blue) = 25+1+75=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #19014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19014B is #E6FEB4. Grayscale: #101010. Windows color (decimal): -15138485 or 4915481. OLE color: 4915481.
HSL color Cylindrical-coordinate representation of color #19014B: hue angle of 259.46º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19014B is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 1 | 75 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.71 |
| HSL | 259.46º | 0.97% | 0.15% | - |
| HSV(B) | 259.46º | 0.99% | 0.29% | - |
| XYZ | 1.68 | 0.74 | 6.71 | - |
| YUV | 16.61 | 160.95 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 75 | 0.67 | 0.99 | 0 | 0.71 | 259.46 | 0.97 | 0.15 |
| Hex | 19 | 1 | 4B | 43 | 63 | 0 | 47 | 103 | 61 | F |
| Octal | 31 | 1 | 113 | 103 | 143 | 0 | 107 | 403 | 141 | 17 |
| Binary | 11001 | 1 | 1001011 | 1000011 | 1100011 | 0 | 1000111 | 100000011 | 1100001 | 1111 |
Color Harmonies of #19014B
Complementary color
Monochromatic Colors of #19014B
Black with #19014B
Text Example
Text Example
White with #19014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19014B; }
p { color: rgb(25,1,75); }
H1.HeaderClassName
{
color: #19014B;
}
.AnyTagClassName
{
color: #19014B;
}
</style>
background-color css
<style>
a { background-color: #19014B; }
a { background-color: rgb(25,1,75); }
div.DivClassName
{
background-color: #19014B;
}
.BgClassName
{
background-color: #19014B;
}
</style>
border-color css
<style>
span { border-color: #19014B; }
span { border-color: rgb(25,1,75); }
td.TdClassName
{
border-color: #19014B;
}
.TagClassName
{
border-color: #19014B;
}
</style>