Shades of Violent Violet #13003F
Tints of Violent Violet #13003F
RGB
CMYK
RGB Variations
Color information
#13003F (or 0x13003F) is known color: Violent Violet. HEX triplet: 13, 00 and 3F. RGB value is (19,0,63). Sum of RGB (Red+Green+Blue) = 19+0+63=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 63 (25% from 255 or 76.83% from 82); Max value from RGB is 63 - color contains mainly: blue. Hex color #13003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13003F is #ECFFC0. Grayscale: #0C0C0C. Windows color (decimal): -15531969 or 4128787. OLE color: 4128787.
HSL color Cylindrical-coordinate representation of color #13003F: hue angle of 258.1º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13003F is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 0 | 63 | - |
| CMYK | 0.70 | 1 | 0 | 0.75 |
| HSL | 258.1º | 1% | 0.12% | - |
| HSV(B) | 258.1º | 1% | 0.25% | - |
| XYZ | 1.17 | 0.5 | 4.74 | - |
| YUV | 12.86 | 156.29 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 63 | 0.70 | 1 | 0 | 0.75 | 258.1 | 1 | 0.12 |
| Hex | 13 | 0 | 3F | 46 | 64 | 0 | 4B | 102 | 64 | C |
| Octal | 23 | 0 | 77 | 106 | 144 | 0 | 113 | 402 | 144 | 14 |
| Binary | 10011 | 0 | 111111 | 1000110 | 1100100 | 0 | 1001011 | 100000010 | 1100100 | 1100 |
Color Harmonies of #13003F
Complementary color
Monochromatic Colors of #13003F
Black with #13003F
Text Example
Text Example
White with #13003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13003F; }
p { color: rgb(19,0,63); }
H1.HeaderClassName
{
color: #13003F;
}
.AnyTagClassName
{
color: #13003F;
}
</style>
background-color css
<style>
a { background-color: #13003F; }
a { background-color: rgb(19,0,63); }
div.DivClassName
{
background-color: #13003F;
}
.BgClassName
{
background-color: #13003F;
}
</style>
border-color css
<style>
span { border-color: #13003F; }
span { border-color: rgb(19,0,63); }
td.TdClassName
{
border-color: #13003F;
}
.TagClassName
{
border-color: #13003F;
}
</style>