Shades of Violent Violet #13004E
Tints of Violent Violet #13004E
RGB
CMYK
RGB Variations
Color information
#13004E (or 0x13004E) is known color: Violent Violet. HEX triplet: 13, 00 and 4E. RGB value is (19,0,78). Sum of RGB (Red+Green+Blue) = 19+0+78=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #13004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13004E is #ECFFB1. Grayscale: #0E0E0E. Windows color (decimal): -15531954 or 5111827. OLE color: 5111827.
HSL color Cylindrical-coordinate representation of color #13004E: hue angle of 254.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13004E is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 0 | 78 | - |
| CMYK | 0.76 | 1 | 0 | 0.69 |
| HSL | 254.62º | 1% | 0.15% | - |
| HSV(B) | 254.62º | 1% | 0.31% | - |
| XYZ | 1.64 | 0.69 | 7.25 | - |
| YUV | 14.57 | 163.79 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 78 | 0.76 | 1 | 0 | 0.69 | 254.62 | 1 | 0.15 |
| Hex | 13 | 0 | 4E | 4C | 64 | 0 | 45 | FF | 64 | F |
| Octal | 23 | 0 | 116 | 114 | 144 | 0 | 105 | 377 | 144 | 17 |
| Binary | 10011 | 0 | 1001110 | 1001100 | 1100100 | 0 | 1000101 | 11111111 | 1100100 | 1111 |
Color Harmonies of #13004E
Complementary color
Monochromatic Colors of #13004E
Black with #13004E
Text Example
Text Example
White with #13004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13004E; }
p { color: rgb(19,0,78); }
H1.HeaderClassName
{
color: #13004E;
}
.AnyTagClassName
{
color: #13004E;
}
</style>
background-color css
<style>
a { background-color: #13004E; }
a { background-color: rgb(19,0,78); }
div.DivClassName
{
background-color: #13004E;
}
.BgClassName
{
background-color: #13004E;
}
</style>
border-color css
<style>
span { border-color: #13004E; }
span { border-color: rgb(19,0,78); }
td.TdClassName
{
border-color: #13004E;
}
.TagClassName
{
border-color: #13004E;
}
</style>