Shades of Violent Violet #13034C
Tints of Violent Violet #13034C
RGB
CMYK
RGB Variations
Color information
#13034C (or 0x13034C) is known color: Violent Violet. HEX triplet: 13, 03 and 4C. RGB value is (19,3,76). Sum of RGB (Red+Green+Blue) = 19+3+76=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 76 (30.08% from 255 or 77.55% from 98); Max value from RGB is 76 - color contains mainly: blue. Hex color #13034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13034C is #ECFCB3. Grayscale: #0F0F0F. Windows color (decimal): -15531188 or 4981523. OLE color: 4981523.
HSL color Cylindrical-coordinate representation of color #13034C: hue angle of 253.15º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13034C is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 3 | 76 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.70 |
| HSL | 253.15º | 0.92% | 0.15% | - |
| HSV(B) | 253.15º | 0.96% | 0.3% | - |
| XYZ | 1.61 | 0.73 | 6.89 | - |
| YUV | 16.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 76 | 0.75 | 0.96 | 0 | 0.70 | 253.15 | 0.92 | 0.15 |
| Hex | 13 | 3 | 4C | 4B | 60 | 0 | 46 | FD | 5C | F |
| Octal | 23 | 3 | 114 | 113 | 140 | 0 | 106 | 375 | 134 | 17 |
| Binary | 10011 | 11 | 1001100 | 1001011 | 1100000 | 0 | 1000110 | 11111101 | 1011100 | 1111 |
Color Harmonies of #13034C
Complementary color
Monochromatic Colors of #13034C
Black with #13034C
Text Example
Text Example
White with #13034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13034C; }
p { color: rgb(19,3,76); }
H1.HeaderClassName
{
color: #13034C;
}
.AnyTagClassName
{
color: #13034C;
}
</style>
background-color css
<style>
a { background-color: #13034C; }
a { background-color: rgb(19,3,76); }
div.DivClassName
{
background-color: #13034C;
}
.BgClassName
{
background-color: #13034C;
}
</style>
border-color css
<style>
span { border-color: #13034C; }
span { border-color: rgb(19,3,76); }
td.TdClassName
{
border-color: #13034C;
}
.TagClassName
{
border-color: #13034C;
}
</style>