Shades of Violent Violet #130349
Tints of Violent Violet #130349
RGB
CMYK
RGB Variations
Color information
#130349 (or 0x130349) is known color: Violent Violet. HEX triplet: 13, 03 and 49. RGB value is (19,3,73). Sum of RGB (Red+Green+Blue) = 19+3+73=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #130349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130349 is #ECFCB6. Grayscale: #0F0F0F. Windows color (decimal): -15531191 or 4784915. OLE color: 4784915.
HSL color Cylindrical-coordinate representation of color #130349: hue angle of 253.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130349 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 3 | 73 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.71 |
| HSL | 253.71º | 0.92% | 0.15% | - |
| HSV(B) | 253.71º | 0.96% | 0.29% | - |
| XYZ | 1.5 | 0.68 | 6.36 | - |
| YUV | 15.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 73 | 0.74 | 0.96 | 0 | 0.71 | 253.71 | 0.92 | 0.15 |
| Hex | 13 | 3 | 49 | 4A | 60 | 0 | 47 | FE | 5C | F |
| Octal | 23 | 3 | 111 | 112 | 140 | 0 | 107 | 376 | 134 | 17 |
| Binary | 10011 | 11 | 1001001 | 1001010 | 1100000 | 0 | 1000111 | 11111110 | 1011100 | 1111 |
Color Harmonies of #130349
Complementary color
Monochromatic Colors of #130349
Black with #130349
Text Example
Text Example
White with #130349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130349; }
p { color: rgb(19,3,73); }
H1.HeaderClassName
{
color: #130349;
}
.AnyTagClassName
{
color: #130349;
}
</style>
background-color css
<style>
a { background-color: #130349; }
a { background-color: rgb(19,3,73); }
div.DivClassName
{
background-color: #130349;
}
.BgClassName
{
background-color: #130349;
}
</style>
border-color css
<style>
span { border-color: #130349; }
span { border-color: rgb(19,3,73); }
td.TdClassName
{
border-color: #130349;
}
.TagClassName
{
border-color: #130349;
}
</style>