Shades of Violent Violet #1E074E
Tints of Violent Violet #1E074E
RGB
CMYK
RGB Variations
Color information
#1E074E (or 0x1E074E) is known color: Violent Violet. HEX triplet: 1E, 07 and 4E. RGB value is (30,7,78). Sum of RGB (Red+Green+Blue) = 30+7+78=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #1E074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E074E is #E1F8B1. Grayscale: #151515. Windows color (decimal): -14809266 or 5113630. OLE color: 5113630.
HSL color Cylindrical-coordinate representation of color #1E074E: hue angle of 259.44º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E074E is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 7 | 78 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.69 |
| HSL | 259.44º | 0.84% | 0.17% | - |
| HSV(B) | 259.44º | 0.91% | 0.31% | - |
| XYZ | 1.99 | 0.98 | 7.29 | - |
| YUV | 21.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 78 | 0.62 | 0.91 | 0 | 0.69 | 259.44 | 0.84 | 0.17 |
| Hex | 1E | 7 | 4E | 3E | 5B | 0 | 45 | 103 | 54 | 11 |
| Octal | 36 | 7 | 116 | 76 | 133 | 0 | 105 | 403 | 124 | 21 |
| Binary | 11110 | 111 | 1001110 | 111110 | 1011011 | 0 | 1000101 | 100000011 | 1010100 | 10001 |
Color Harmonies of #1E074E
Complementary color
Monochromatic Colors of #1E074E
Black with #1E074E
Text Example
Text Example
White with #1E074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E074E; }
p { color: rgb(30,7,78); }
H1.HeaderClassName
{
color: #1E074E;
}
.AnyTagClassName
{
color: #1E074E;
}
</style>
background-color css
<style>
a { background-color: #1E074E; }
a { background-color: rgb(30,7,78); }
div.DivClassName
{
background-color: #1E074E;
}
.BgClassName
{
background-color: #1E074E;
}
</style>
border-color css
<style>
span { border-color: #1E074E; }
span { border-color: rgb(30,7,78); }
td.TdClassName
{
border-color: #1E074E;
}
.TagClassName
{
border-color: #1E074E;
}
</style>