Shades of Violent Violet #1E014E
Tints of Violent Violet #1E014E
RGB
CMYK
RGB Variations
Color information
#1E014E (or 0x1E014E) is known color: Violent Violet. HEX triplet: 1E, 01 and 4E. RGB value is (30,1,78). Sum of RGB (Red+Green+Blue) = 30+1+78=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 78 (30.86% from 255 or 71.56% from 109); Max value from RGB is 78 - color contains mainly: blue. Hex color #1E014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E014E is #E1FEB1. Grayscale: #121212. Windows color (decimal): -14810802 or 5112094. OLE color: 5112094.
HSL color Cylindrical-coordinate representation of color #1E014E: hue angle of 262.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E014E is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 1 | 78 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.69 |
| HSL | 262.6º | 0.97% | 0.15% | - |
| HSV(B) | 262.6º | 0.99% | 0.31% | - |
| XYZ | 1.92 | 0.85 | 7.27 | - |
| YUV | 18.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 78 | 0.62 | 0.99 | 0 | 0.69 | 262.6 | 0.97 | 0.15 |
| Hex | 1E | 1 | 4E | 3E | 63 | 0 | 45 | 107 | 61 | F |
| Octal | 36 | 1 | 116 | 76 | 143 | 0 | 105 | 407 | 141 | 17 |
| Binary | 11110 | 1 | 1001110 | 111110 | 1100011 | 0 | 1000101 | 100000111 | 1100001 | 1111 |
Color Harmonies of #1E014E
Complementary color
Monochromatic Colors of #1E014E
Black with #1E014E
Text Example
Text Example
White with #1E014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E014E; }
p { color: rgb(30,1,78); }
H1.HeaderClassName
{
color: #1E014E;
}
.AnyTagClassName
{
color: #1E014E;
}
</style>
background-color css
<style>
a { background-color: #1E014E; }
a { background-color: rgb(30,1,78); }
div.DivClassName
{
background-color: #1E014E;
}
.BgClassName
{
background-color: #1E014E;
}
</style>
border-color css
<style>
span { border-color: #1E014E; }
span { border-color: rgb(30,1,78); }
td.TdClassName
{
border-color: #1E014E;
}
.TagClassName
{
border-color: #1E014E;
}
</style>