Shades of Violent Violet #130040
Tints of Violent Violet #130040
RGB
CMYK
RGB Variations
Color information
#130040 (or 0x130040) is known color: Violent Violet. HEX triplet: 13, 00 and 40. RGB value is (19,0,64). Sum of RGB (Red+Green+Blue) = 19+0+64=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #130040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130040 is #ECFFBF. Grayscale: #0C0C0C. Windows color (decimal): -15531968 or 4194323. OLE color: 4194323.
HSL color Cylindrical-coordinate representation of color #130040: hue angle of 257.81º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130040 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 0 | 64 | - |
| CMYK | 0.70 | 1 | 0 | 0.75 |
| HSL | 257.81º | 1% | 0.13% | - |
| HSV(B) | 257.81º | 1% | 0.25% | - |
| XYZ | 1.19 | 0.51 | 4.89 | - |
| YUV | 12.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 64 | 0.70 | 1 | 0 | 0.75 | 257.81 | 1 | 0.13 |
| Hex | 13 | 0 | 40 | 46 | 64 | 0 | 4B | 102 | 64 | D |
| Octal | 23 | 0 | 100 | 106 | 144 | 0 | 113 | 402 | 144 | 15 |
| Binary | 10011 | 0 | 1000000 | 1000110 | 1100100 | 0 | 1001011 | 100000010 | 1100100 | 1101 |
Color Harmonies of #130040
Complementary color
Monochromatic Colors of #130040
Black with #130040
Text Example
Text Example
White with #130040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130040; }
p { color: rgb(19,0,64); }
H1.HeaderClassName
{
color: #130040;
}
.AnyTagClassName
{
color: #130040;
}
</style>
background-color css
<style>
a { background-color: #130040; }
a { background-color: rgb(19,0,64); }
div.DivClassName
{
background-color: #130040;
}
.BgClassName
{
background-color: #130040;
}
</style>
border-color css
<style>
span { border-color: #130040; }
span { border-color: rgb(19,0,64); }
td.TdClassName
{
border-color: #130040;
}
.TagClassName
{
border-color: #130040;
}
</style>