Shades of Violent Violet #13023E
Tints of Violent Violet #13023E
RGB
CMYK
RGB Variations
Color information
#13023E (or 0x13023E) is known color: Violent Violet. HEX triplet: 13, 02 and 3E. RGB value is (19,2,62). Sum of RGB (Red+Green+Blue) = 19+2+62=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 62 (24.61% from 255 or 74.70% from 83); Max value from RGB is 62 - color contains mainly: blue. Hex color #13023E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13023E is #ECFDC1. Grayscale: #0D0D0D. Windows color (decimal): -15531458 or 4063763. OLE color: 4063763.
HSL color Cylindrical-coordinate representation of color #13023E: hue angle of 257º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13023E is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 2 | 62 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.76 |
| HSL | 257º | 0.94% | 0.13% | - |
| HSV(B) | 257º | 0.97% | 0.24% | - |
| XYZ | 1.16 | 0.53 | 4.6 | - |
| YUV | 13.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 62 | 0.69 | 0.97 | 0 | 0.76 | 257 | 0.94 | 0.13 |
| Hex | 13 | 2 | 3E | 45 | 61 | 0 | 4C | 101 | 5E | D |
| Octal | 23 | 2 | 76 | 105 | 141 | 0 | 114 | 401 | 136 | 15 |
| Binary | 10011 | 10 | 111110 | 1000101 | 1100001 | 0 | 1001100 | 100000001 | 1011110 | 1101 |
Color Harmonies of #13023E
Complementary color
Monochromatic Colors of #13023E
Black with #13023E
Text Example
Text Example
White with #13023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13023E; }
p { color: rgb(19,2,62); }
H1.HeaderClassName
{
color: #13023E;
}
.AnyTagClassName
{
color: #13023E;
}
</style>
background-color css
<style>
a { background-color: #13023E; }
a { background-color: rgb(19,2,62); }
div.DivClassName
{
background-color: #13023E;
}
.BgClassName
{
background-color: #13023E;
}
</style>
border-color css
<style>
span { border-color: #13023E; }
span { border-color: rgb(19,2,62); }
td.TdClassName
{
border-color: #13023E;
}
.TagClassName
{
border-color: #13023E;
}
</style>