Shades of Violent Violet #1E015A
Tints of Violent Violet #1E015A
RGB
CMYK
RGB Variations
Color information
#1E015A (or 0x1E015A) is known color: Violent Violet. HEX triplet: 1E, 01 and 5A. RGB value is (30,1,90). Sum of RGB (Red+Green+Blue) = 30+1+90=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E015A is #E1FEA5. Grayscale: #131313. Windows color (decimal): -14810790 or 5898526. OLE color: 5898526.
HSL color Cylindrical-coordinate representation of color #1E015A: hue angle of 259.55º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E015A is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 1 | 90 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.65 |
| HSL | 259.55º | 0.98% | 0.18% | - |
| HSV(B) | 259.55º | 0.99% | 0.35% | - |
| XYZ | 2.39 | 1.04 | 9.75 | - |
| YUV | 19.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 90 | 0.67 | 0.99 | 0 | 0.65 | 259.55 | 0.98 | 0.18 |
| Hex | 1E | 1 | 5A | 43 | 63 | 0 | 41 | 104 | 62 | 12 |
| Octal | 36 | 1 | 132 | 103 | 143 | 0 | 101 | 404 | 142 | 22 |
| Binary | 11110 | 1 | 1011010 | 1000011 | 1100011 | 0 | 1000001 | 100000100 | 1100010 | 10010 |
Color Harmonies of #1E015A
Complementary color
Monochromatic Colors of #1E015A
Black with #1E015A
Text Example
Text Example
White with #1E015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E015A; }
p { color: rgb(30,1,90); }
H1.HeaderClassName
{
color: #1E015A;
}
.AnyTagClassName
{
color: #1E015A;
}
</style>
background-color css
<style>
a { background-color: #1E015A; }
a { background-color: rgb(30,1,90); }
div.DivClassName
{
background-color: #1E015A;
}
.BgClassName
{
background-color: #1E015A;
}
</style>
border-color css
<style>
span { border-color: #1E015A; }
span { border-color: rgb(30,1,90); }
td.TdClassName
{
border-color: #1E015A;
}
.TagClassName
{
border-color: #1E015A;
}
</style>