Shades of Violent Violet #130141
Tints of Violent Violet #130141
RGB
CMYK
RGB Variations
Color information
#130141 (or 0x130141) is known color: Violent Violet. HEX triplet: 13, 01 and 41. RGB value is (19,1,65). Sum of RGB (Red+Green+Blue) = 19+1+65=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 65 (25.78% from 255 or 76.47% from 85); Max value from RGB is 65 - color contains mainly: blue. Hex color #130141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130141 is #ECFEBE. Grayscale: #0D0D0D. Windows color (decimal): -15531711 or 4260115. OLE color: 4260115.
HSL color Cylindrical-coordinate representation of color #130141: hue angle of 256.88º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130141 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 1 | 65 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.75 |
| HSL | 256.88º | 0.97% | 0.13% | - |
| HSV(B) | 256.88º | 0.98% | 0.25% | - |
| XYZ | 1.23 | 0.54 | 5.04 | - |
| YUV | 13.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 65 | 0.71 | 0.98 | 0 | 0.75 | 256.88 | 0.97 | 0.13 |
| Hex | 13 | 1 | 41 | 47 | 62 | 0 | 4B | 101 | 61 | D |
| Octal | 23 | 1 | 101 | 107 | 142 | 0 | 113 | 401 | 141 | 15 |
| Binary | 10011 | 1 | 1000001 | 1000111 | 1100010 | 0 | 1001011 | 100000001 | 1100001 | 1101 |
Color Harmonies of #130141
Complementary color
Monochromatic Colors of #130141
Black with #130141
Text Example
Text Example
White with #130141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130141; }
p { color: rgb(19,1,65); }
H1.HeaderClassName
{
color: #130141;
}
.AnyTagClassName
{
color: #130141;
}
</style>
background-color css
<style>
a { background-color: #130141; }
a { background-color: rgb(19,1,65); }
div.DivClassName
{
background-color: #130141;
}
.BgClassName
{
background-color: #130141;
}
</style>
border-color css
<style>
span { border-color: #130141; }
span { border-color: rgb(19,1,65); }
td.TdClassName
{
border-color: #130141;
}
.TagClassName
{
border-color: #130141;
}
</style>