Shades of Violent Violet #130346
Tints of Violent Violet #130346
RGB
CMYK
RGB Variations
Color information
#130346 (or 0x130346) is known color: Violent Violet. HEX triplet: 13, 03 and 46. RGB value is (19,3,70). Sum of RGB (Red+Green+Blue) = 19+3+70=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #130346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130346 is #ECFCB9. Grayscale: #0F0F0F. Windows color (decimal): -15531194 or 4588307. OLE color: 4588307.
HSL color Cylindrical-coordinate representation of color #130346: hue angle of 254.33º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130346 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 3 | 70 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.73 |
| HSL | 254.33º | 0.92% | 0.14% | - |
| HSV(B) | 254.33º | 0.96% | 0.27% | - |
| XYZ | 1.41 | 0.65 | 5.84 | - |
| YUV | 15.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 70 | 0.73 | 0.96 | 0 | 0.73 | 254.33 | 0.92 | 0.14 |
| Hex | 13 | 3 | 46 | 49 | 60 | 0 | 49 | FE | 5C | E |
| Octal | 23 | 3 | 106 | 111 | 140 | 0 | 111 | 376 | 134 | 16 |
| Binary | 10011 | 11 | 1000110 | 1001001 | 1100000 | 0 | 1001001 | 11111110 | 1011100 | 1110 |
Color Harmonies of #130346
Complementary color
Monochromatic Colors of #130346
Black with #130346
Text Example
Text Example
White with #130346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130346; }
p { color: rgb(19,3,70); }
H1.HeaderClassName
{
color: #130346;
}
.AnyTagClassName
{
color: #130346;
}
</style>
background-color css
<style>
a { background-color: #130346; }
a { background-color: rgb(19,3,70); }
div.DivClassName
{
background-color: #130346;
}
.BgClassName
{
background-color: #130346;
}
</style>
border-color css
<style>
span { border-color: #130346; }
span { border-color: rgb(19,3,70); }
td.TdClassName
{
border-color: #130346;
}
.TagClassName
{
border-color: #130346;
}
</style>