Shades of Violent Violet #130643
Tints of Violent Violet #130643
RGB
CMYK
RGB Variations
Color information
#130643 (or 0x130643) is known color: Violent Violet. HEX triplet: 13, 06 and 43. RGB value is (19,6,67). Sum of RGB (Red+Green+Blue) = 19+6+67=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 67 (26.56% from 255 or 72.83% from 92); Max value from RGB is 67 - color contains mainly: blue. Hex color #130643 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130643 is #ECF9BC. Grayscale: #101010. Windows color (decimal): -15530429 or 4392467. OLE color: 4392467.
HSL color Cylindrical-coordinate representation of color #130643: hue angle of 252.79º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130643 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 6 | 67 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.74 |
| HSL | 252.79º | 0.84% | 0.14% | - |
| HSV(B) | 252.79º | 0.91% | 0.26% | - |
| XYZ | 1.35 | 0.67 | 5.37 | - |
| YUV | 16.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 67 | 0.72 | 0.91 | 0 | 0.74 | 252.79 | 0.84 | 0.14 |
| Hex | 13 | 6 | 43 | 48 | 5B | 0 | 4A | FD | 54 | E |
| Octal | 23 | 6 | 103 | 110 | 133 | 0 | 112 | 375 | 124 | 16 |
| Binary | 10011 | 110 | 1000011 | 1001000 | 1011011 | 0 | 1001010 | 11111101 | 1010100 | 1110 |
Color Harmonies of #130643
Complementary color
Monochromatic Colors of #130643
Black with #130643
Text Example
Text Example
White with #130643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130643; }
p { color: rgb(19,6,67); }
H1.HeaderClassName
{
color: #130643;
}
.AnyTagClassName
{
color: #130643;
}
</style>
background-color css
<style>
a { background-color: #130643; }
a { background-color: rgb(19,6,67); }
div.DivClassName
{
background-color: #130643;
}
.BgClassName
{
background-color: #130643;
}
</style>
border-color css
<style>
span { border-color: #130643; }
span { border-color: rgb(19,6,67); }
td.TdClassName
{
border-color: #130643;
}
.TagClassName
{
border-color: #130643;
}
</style>