Shades of Violent Violet #130049
Tints of Violent Violet #130049
RGB
CMYK
RGB Variations
Color information
#130049 (or 0x130049) is known color: Violent Violet. HEX triplet: 13, 00 and 49. RGB value is (19,0,73). Sum of RGB (Red+Green+Blue) = 19+0+73=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 73 (28.91% from 255 or 79.35% from 92); Max value from RGB is 73 - color contains mainly: blue. Hex color #130049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130049 is #ECFFB6. Grayscale: #0D0D0D. Windows color (decimal): -15531959 or 4784147. OLE color: 4784147.
HSL color Cylindrical-coordinate representation of color #130049: hue angle of 255.62º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130049 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 0 | 73 | - |
| CMYK | 0.74 | 1 | 0 | 0.71 |
| HSL | 255.62º | 1% | 0.14% | - |
| HSV(B) | 255.62º | 1% | 0.29% | - |
| XYZ | 1.47 | 0.62 | 6.35 | - |
| YUV | 14 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 73 | 0.74 | 1 | 0 | 0.71 | 255.62 | 1 | 0.14 |
| Hex | 13 | 0 | 49 | 4A | 64 | 0 | 47 | 100 | 64 | E |
| Octal | 23 | 0 | 111 | 112 | 144 | 0 | 107 | 400 | 144 | 16 |
| Binary | 10011 | 0 | 1001001 | 1001010 | 1100100 | 0 | 1000111 | 100000000 | 1100100 | 1110 |
Color Harmonies of #130049
Complementary color
Monochromatic Colors of #130049
Black with #130049
Text Example
Text Example
White with #130049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130049; }
p { color: rgb(19,0,73); }
H1.HeaderClassName
{
color: #130049;
}
.AnyTagClassName
{
color: #130049;
}
</style>
background-color css
<style>
a { background-color: #130049; }
a { background-color: rgb(19,0,73); }
div.DivClassName
{
background-color: #130049;
}
.BgClassName
{
background-color: #130049;
}
</style>
border-color css
<style>
span { border-color: #130049; }
span { border-color: rgb(19,0,73); }
td.TdClassName
{
border-color: #130049;
}
.TagClassName
{
border-color: #130049;
}
</style>