Shades of Violent Violet #19014C
Tints of Violent Violet #19014C
RGB
CMYK
RGB Variations
Color information
#19014C (or 0x19014C) is known color: Violent Violet. HEX triplet: 19, 01 and 4C. RGB value is (25,1,76). Sum of RGB (Red+Green+Blue) = 25+1+76=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #19014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19014C is #E6FEB3. Grayscale: #101010. Windows color (decimal): -15138484 or 4981017. OLE color: 4981017.
HSL color Cylindrical-coordinate representation of color #19014C: hue angle of 259.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19014C is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 1 | 76 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.70 |
| HSL | 259.2º | 0.97% | 0.15% | - |
| HSV(B) | 259.2º | 0.99% | 0.3% | - |
| XYZ | 1.72 | 0.75 | 6.89 | - |
| YUV | 16.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 76 | 0.67 | 0.99 | 0 | 0.70 | 259.2 | 0.97 | 0.15 |
| Hex | 19 | 1 | 4C | 43 | 63 | 0 | 46 | 103 | 61 | F |
| Octal | 31 | 1 | 114 | 103 | 143 | 0 | 106 | 403 | 141 | 17 |
| Binary | 11001 | 1 | 1001100 | 1000011 | 1100011 | 0 | 1000110 | 100000011 | 1100001 | 1111 |
Color Harmonies of #19014C
Complementary color
Monochromatic Colors of #19014C
Black with #19014C
Text Example
Text Example
White with #19014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19014C; }
p { color: rgb(25,1,76); }
H1.HeaderClassName
{
color: #19014C;
}
.AnyTagClassName
{
color: #19014C;
}
</style>
background-color css
<style>
a { background-color: #19014C; }
a { background-color: rgb(25,1,76); }
div.DivClassName
{
background-color: #19014C;
}
.BgClassName
{
background-color: #19014C;
}
</style>
border-color css
<style>
span { border-color: #19014C; }
span { border-color: rgb(25,1,76); }
td.TdClassName
{
border-color: #19014C;
}
.TagClassName
{
border-color: #19014C;
}
</style>