Shades of Violent Violet #130041
Tints of Violent Violet #130041
RGB
CMYK
RGB Variations
Color information
#130041 (or 0x130041) is known color: Violent Violet. HEX triplet: 13, 00 and 41. RGB value is (19,0,65). Sum of RGB (Red+Green+Blue) = 19+0+65=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #130041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130041 is #ECFFBE. Grayscale: #0C0C0C. Windows color (decimal): -15531967 or 4259859. OLE color: 4259859.
HSL color Cylindrical-coordinate representation of color #130041: hue angle of 257.54º 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 #130041 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 0 | 65 | - |
| CMYK | 0.71 | 1 | 0 | 0.75 |
| HSL | 257.54º | 1% | 0.13% | - |
| HSV(B) | 257.54º | 1% | 0.25% | - |
| XYZ | 1.22 | 0.52 | 5.04 | - |
| YUV | 13.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 65 | 0.71 | 1 | 0 | 0.75 | 257.54 | 1 | 0.13 |
| Hex | 13 | 0 | 41 | 47 | 64 | 0 | 4B | 102 | 64 | D |
| Octal | 23 | 0 | 101 | 107 | 144 | 0 | 113 | 402 | 144 | 15 |
| Binary | 10011 | 0 | 1000001 | 1000111 | 1100100 | 0 | 1001011 | 100000010 | 1100100 | 1101 |
Color Harmonies of #130041
Complementary color
Monochromatic Colors of #130041
Black with #130041
Text Example
Text Example
White with #130041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130041; }
p { color: rgb(19,0,65); }
H1.HeaderClassName
{
color: #130041;
}
.AnyTagClassName
{
color: #130041;
}
</style>
background-color css
<style>
a { background-color: #130041; }
a { background-color: rgb(19,0,65); }
div.DivClassName
{
background-color: #130041;
}
.BgClassName
{
background-color: #130041;
}
</style>
border-color css
<style>
span { border-color: #130041; }
span { border-color: rgb(19,0,65); }
td.TdClassName
{
border-color: #130041;
}
.TagClassName
{
border-color: #130041;
}
</style>