Shades of Violent Violet #13024A
Tints of Violent Violet #13024A
RGB
CMYK
RGB Variations
Color information
#13024A (or 0x13024A) is known color: Violent Violet. HEX triplet: 13, 02 and 4A. RGB value is (19,2,74). Sum of RGB (Red+Green+Blue) = 19+2+74=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 74 (29.30% from 255 or 77.89% from 95); Max value from RGB is 74 - color contains mainly: blue. Hex color #13024A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13024A is #ECFDB5. Grayscale: #0F0F0F. Windows color (decimal): -15531446 or 4850195. OLE color: 4850195.
HSL color Cylindrical-coordinate representation of color #13024A: hue angle of 254.17º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13024A is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 2 | 74 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.71 |
| HSL | 254.17º | 0.95% | 0.15% | - |
| HSV(B) | 254.17º | 0.97% | 0.29% | - |
| XYZ | 1.53 | 0.68 | 6.53 | - |
| YUV | 15.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 74 | 0.74 | 0.97 | 0 | 0.71 | 254.17 | 0.95 | 0.15 |
| Hex | 13 | 2 | 4A | 4A | 61 | 0 | 47 | FE | 5F | F |
| Octal | 23 | 2 | 112 | 112 | 141 | 0 | 107 | 376 | 137 | 17 |
| Binary | 10011 | 10 | 1001010 | 1001010 | 1100001 | 0 | 1000111 | 11111110 | 1011111 | 1111 |
Color Harmonies of #13024A
Complementary color
Monochromatic Colors of #13024A
Black with #13024A
Text Example
Text Example
White with #13024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13024A; }
p { color: rgb(19,2,74); }
H1.HeaderClassName
{
color: #13024A;
}
.AnyTagClassName
{
color: #13024A;
}
</style>
background-color css
<style>
a { background-color: #13024A; }
a { background-color: rgb(19,2,74); }
div.DivClassName
{
background-color: #13024A;
}
.BgClassName
{
background-color: #13024A;
}
</style>
border-color css
<style>
span { border-color: #13024A; }
span { border-color: rgb(19,2,74); }
td.TdClassName
{
border-color: #13024A;
}
.TagClassName
{
border-color: #13024A;
}
</style>