Shades of Violent Violet #130051
Tints of Violent Violet #130051
RGB
CMYK
RGB Variations
Color information
#130051 (or 0x130051) is known color: Violent Violet. HEX triplet: 13, 00 and 51. RGB value is (19,0,81). Sum of RGB (Red+Green+Blue) = 19+0+81=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #130051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130051 is #ECFFAE. Grayscale: #0E0E0E. Windows color (decimal): -15531951 or 5308435. OLE color: 5308435.
HSL color Cylindrical-coordinate representation of color #130051: hue angle of 254.07º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130051 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 0 | 81 | - |
| CMYK | 0.77 | 1 | 0 | 0.68 |
| HSL | 254.07º | 1% | 0.16% | - |
| HSV(B) | 254.07º | 1% | 0.32% | - |
| XYZ | 1.75 | 0.73 | 7.83 | - |
| YUV | 14.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 81 | 0.77 | 1 | 0 | 0.68 | 254.07 | 1 | 0.16 |
| Hex | 13 | 0 | 51 | 4D | 64 | 0 | 44 | FE | 64 | 10 |
| Octal | 23 | 0 | 121 | 115 | 144 | 0 | 104 | 376 | 144 | 20 |
| Binary | 10011 | 0 | 1010001 | 1001101 | 1100100 | 0 | 1000100 | 11111110 | 1100100 | 10000 |
Color Harmonies of #130051
Complementary color
Monochromatic Colors of #130051
Black with #130051
Text Example
Text Example
White with #130051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130051; }
p { color: rgb(19,0,81); }
H1.HeaderClassName
{
color: #130051;
}
.AnyTagClassName
{
color: #130051;
}
</style>
background-color css
<style>
a { background-color: #130051; }
a { background-color: rgb(19,0,81); }
div.DivClassName
{
background-color: #130051;
}
.BgClassName
{
background-color: #130051;
}
</style>
border-color css
<style>
span { border-color: #130051; }
span { border-color: rgb(19,0,81); }
td.TdClassName
{
border-color: #130051;
}
.TagClassName
{
border-color: #130051;
}
</style>