Shades of Violent Violet #1D074D
Tints of Violent Violet #1D074D
RGB
CMYK
RGB Variations
Color information
#1D074D (or 0x1D074D) is known color: Violent Violet. HEX triplet: 1D, 07 and 4D. RGB value is (29,7,77). Sum of RGB (Red+Green+Blue) = 29+7+77=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D074D is #E2F8B2. Grayscale: #151515. Windows color (decimal): -14874803 or 5048093. OLE color: 5048093.
HSL color Cylindrical-coordinate representation of color #1D074D: hue angle of 258.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D074D is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 7 | 77 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.70 |
| HSL | 258.86º | 0.83% | 0.16% | - |
| HSV(B) | 258.86º | 0.91% | 0.3% | - |
| XYZ | 1.92 | 0.95 | 7.1 | - |
| YUV | 21.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 77 | 0.62 | 0.91 | 0 | 0.70 | 258.86 | 0.83 | 0.16 |
| Hex | 1D | 7 | 4D | 3E | 5B | 0 | 46 | 103 | 53 | 10 |
| Octal | 35 | 7 | 115 | 76 | 133 | 0 | 106 | 403 | 123 | 20 |
| Binary | 11101 | 111 | 1001101 | 111110 | 1011011 | 0 | 1000110 | 100000011 | 1010011 | 10000 |
Color Harmonies of #1D074D
Complementary color
Monochromatic Colors of #1D074D
Black with #1D074D
Text Example
Text Example
White with #1D074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D074D; }
p { color: rgb(29,7,77); }
H1.HeaderClassName
{
color: #1D074D;
}
.AnyTagClassName
{
color: #1D074D;
}
</style>
background-color css
<style>
a { background-color: #1D074D; }
a { background-color: rgb(29,7,77); }
div.DivClassName
{
background-color: #1D074D;
}
.BgClassName
{
background-color: #1D074D;
}
</style>
border-color css
<style>
span { border-color: #1D074D; }
span { border-color: rgb(29,7,77); }
td.TdClassName
{
border-color: #1D074D;
}
.TagClassName
{
border-color: #1D074D;
}
</style>