Shades of Violent Violet #13063F
Tints of Violent Violet #13063F
RGB
CMYK
RGB Variations
Color information
#13063F (or 0x13063F) is known color: Violent Violet. HEX triplet: 13, 06 and 3F. RGB value is (19,6,63). Sum of RGB (Red+Green+Blue) = 19+6+63=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 63 (25% from 255 or 71.59% from 88); Max value from RGB is 63 - color contains mainly: blue. Hex color #13063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13063F is #ECF9C0. Grayscale: #101010. Windows color (decimal): -15530433 or 4130323. OLE color: 4130323.
HSL color Cylindrical-coordinate representation of color #13063F: hue angle of 253.68º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13063F is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 6 | 63 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.75 |
| HSL | 253.68º | 0.83% | 0.14% | - |
| HSV(B) | 253.68º | 0.9% | 0.25% | - |
| XYZ | 1.23 | 0.63 | 4.76 | - |
| YUV | 16.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 63 | 0.70 | 0.90 | 0 | 0.75 | 253.68 | 0.83 | 0.14 |
| Hex | 13 | 6 | 3F | 46 | 5A | 0 | 4B | FE | 53 | E |
| Octal | 23 | 6 | 77 | 106 | 132 | 0 | 113 | 376 | 123 | 16 |
| Binary | 10011 | 110 | 111111 | 1000110 | 1011010 | 0 | 1001011 | 11111110 | 1010011 | 1110 |
Color Harmonies of #13063F
Complementary color
Monochromatic Colors of #13063F
Black with #13063F
Text Example
Text Example
White with #13063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13063F; }
p { color: rgb(19,6,63); }
H1.HeaderClassName
{
color: #13063F;
}
.AnyTagClassName
{
color: #13063F;
}
</style>
background-color css
<style>
a { background-color: #13063F; }
a { background-color: rgb(19,6,63); }
div.DivClassName
{
background-color: #13063F;
}
.BgClassName
{
background-color: #13063F;
}
</style>
border-color css
<style>
span { border-color: #13063F; }
span { border-color: rgb(19,6,63); }
td.TdClassName
{
border-color: #13063F;
}
.TagClassName
{
border-color: #13063F;
}
</style>