Shades of Violent Violet #130549
Tints of Violent Violet #130549
RGB
CMYK
RGB Variations
Color information
#130549 (or 0x130549) is known color: Violent Violet. HEX triplet: 13, 05 and 49. RGB value is (19,5,73). Sum of RGB (Red+Green+Blue) = 19+5+73=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #130549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130549 is #ECFAB6. Grayscale: #101010. Windows color (decimal): -15530679 or 4785427. OLE color: 4785427.
HSL color Cylindrical-coordinate representation of color #130549: hue angle of 252.35º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130549 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 5 | 73 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.71 |
| HSL | 252.35º | 0.87% | 0.15% | - |
| HSV(B) | 252.35º | 0.93% | 0.29% | - |
| XYZ | 1.53 | 0.73 | 6.36 | - |
| YUV | 16.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 73 | 0.74 | 0.93 | 0 | 0.71 | 252.35 | 0.87 | 0.15 |
| Hex | 13 | 5 | 49 | 4A | 5D | 0 | 47 | FC | 57 | F |
| Octal | 23 | 5 | 111 | 112 | 135 | 0 | 107 | 374 | 127 | 17 |
| Binary | 10011 | 101 | 1001001 | 1001010 | 1011101 | 0 | 1000111 | 11111100 | 1010111 | 1111 |
Color Harmonies of #130549
Complementary color
Monochromatic Colors of #130549
Black with #130549
Text Example
Text Example
White with #130549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130549; }
p { color: rgb(19,5,73); }
H1.HeaderClassName
{
color: #130549;
}
.AnyTagClassName
{
color: #130549;
}
</style>
background-color css
<style>
a { background-color: #130549; }
a { background-color: rgb(19,5,73); }
div.DivClassName
{
background-color: #130549;
}
.BgClassName
{
background-color: #130549;
}
</style>
border-color css
<style>
span { border-color: #130549; }
span { border-color: rgb(19,5,73); }
td.TdClassName
{
border-color: #130549;
}
.TagClassName
{
border-color: #130549;
}
</style>