Shades of Violent Violet #130343
Tints of Violent Violet #130343
RGB
CMYK
RGB Variations
Color information
#130343 (or 0x130343) is known color: Violent Violet. HEX triplet: 13, 03 and 43. RGB value is (19,3,67). Sum of RGB (Red+Green+Blue) = 19+3+67=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 67 (26.56% from 255 or 75.28% from 89); Max value from RGB is 67 - color contains mainly: blue. Hex color #130343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130343 is #ECFCBC. Grayscale: #0E0E0E. Windows color (decimal): -15531197 or 4391699. OLE color: 4391699.
HSL color Cylindrical-coordinate representation of color #130343: hue angle of 255º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130343 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 3 | 67 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.74 |
| HSL | 255º | 0.91% | 0.14% | - |
| HSV(B) | 255º | 0.96% | 0.26% | - |
| XYZ | 1.31 | 0.61 | 5.36 | - |
| YUV | 15.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 67 | 0.72 | 0.96 | 0 | 0.74 | 255 | 0.91 | 0.14 |
| Hex | 13 | 3 | 43 | 48 | 60 | 0 | 4A | FF | 5B | E |
| Octal | 23 | 3 | 103 | 110 | 140 | 0 | 112 | 377 | 133 | 16 |
| Binary | 10011 | 11 | 1000011 | 1001000 | 1100000 | 0 | 1001010 | 11111111 | 1011011 | 1110 |
Color Harmonies of #130343
Complementary color
Monochromatic Colors of #130343
Black with #130343
Text Example
Text Example
White with #130343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130343; }
p { color: rgb(19,3,67); }
H1.HeaderClassName
{
color: #130343;
}
.AnyTagClassName
{
color: #130343;
}
</style>
background-color css
<style>
a { background-color: #130343; }
a { background-color: rgb(19,3,67); }
div.DivClassName
{
background-color: #130343;
}
.BgClassName
{
background-color: #130343;
}
</style>
border-color css
<style>
span { border-color: #130343; }
span { border-color: rgb(19,3,67); }
td.TdClassName
{
border-color: #130343;
}
.TagClassName
{
border-color: #130343;
}
</style>