Shades of Violent Violet #1D074A
Tints of Violent Violet #1D074A
RGB
CMYK
RGB Variations
Color information
#1D074A (or 0x1D074A) is known color: Violent Violet. HEX triplet: 1D, 07 and 4A. RGB value is (29,7,74). Sum of RGB (Red+Green+Blue) = 29+7+74=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D074A is #E2F8B5. Grayscale: #141414. Windows color (decimal): -14874806 or 4851485. OLE color: 4851485.
HSL color Cylindrical-coordinate representation of color #1D074A: hue angle of 259.7º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D074A is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 7 | 74 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.71 |
| HSL | 259.7º | 0.83% | 0.16% | - |
| HSV(B) | 259.7º | 0.91% | 0.29% | - |
| XYZ | 1.82 | 0.91 | 6.56 | - |
| YUV | 21.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 74 | 0.61 | 0.91 | 0 | 0.71 | 259.7 | 0.83 | 0.16 |
| Hex | 1D | 7 | 4A | 3D | 5B | 0 | 47 | 104 | 53 | 10 |
| Octal | 35 | 7 | 112 | 75 | 133 | 0 | 107 | 404 | 123 | 20 |
| Binary | 11101 | 111 | 1001010 | 111101 | 1011011 | 0 | 1000111 | 100000100 | 1010011 | 10000 |
Color Harmonies of #1D074A
Complementary color
Monochromatic Colors of #1D074A
Black with #1D074A
Text Example
Text Example
White with #1D074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D074A; }
p { color: rgb(29,7,74); }
H1.HeaderClassName
{
color: #1D074A;
}
.AnyTagClassName
{
color: #1D074A;
}
</style>
background-color css
<style>
a { background-color: #1D074A; }
a { background-color: rgb(29,7,74); }
div.DivClassName
{
background-color: #1D074A;
}
.BgClassName
{
background-color: #1D074A;
}
</style>
border-color css
<style>
span { border-color: #1D074A; }
span { border-color: rgb(29,7,74); }
td.TdClassName
{
border-color: #1D074A;
}
.TagClassName
{
border-color: #1D074A;
}
</style>