Shades of Violent Violet #1D074C
Tints of Violent Violet #1D074C
RGB
CMYK
RGB Variations
Color information
#1D074C (or 0x1D074C) is known color: Violent Violet. HEX triplet: 1D, 07 and 4C. RGB value is (29,7,76). Sum of RGB (Red+Green+Blue) = 29+7+76=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D074C is #E2F8B3. Grayscale: #151515. Windows color (decimal): -14874804 or 4982557. OLE color: 4982557.
HSL color Cylindrical-coordinate representation of color #1D074C: hue angle of 259.13º 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 #1D074C is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 7 | 76 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.70 |
| HSL | 259.13º | 0.83% | 0.16% | - |
| HSV(B) | 259.13º | 0.91% | 0.3% | - |
| XYZ | 1.89 | 0.93 | 6.92 | - |
| YUV | 21.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 76 | 0.62 | 0.91 | 0 | 0.70 | 259.13 | 0.83 | 0.16 |
| Hex | 1D | 7 | 4C | 3E | 5B | 0 | 46 | 103 | 53 | 10 |
| Octal | 35 | 7 | 114 | 76 | 133 | 0 | 106 | 403 | 123 | 20 |
| Binary | 11101 | 111 | 1001100 | 111110 | 1011011 | 0 | 1000110 | 100000011 | 1010011 | 10000 |
Color Harmonies of #1D074C
Complementary color
Monochromatic Colors of #1D074C
Black with #1D074C
Text Example
Text Example
White with #1D074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D074C; }
p { color: rgb(29,7,76); }
H1.HeaderClassName
{
color: #1D074C;
}
.AnyTagClassName
{
color: #1D074C;
}
</style>
background-color css
<style>
a { background-color: #1D074C; }
a { background-color: rgb(29,7,76); }
div.DivClassName
{
background-color: #1D074C;
}
.BgClassName
{
background-color: #1D074C;
}
</style>
border-color css
<style>
span { border-color: #1D074C; }
span { border-color: rgb(29,7,76); }
td.TdClassName
{
border-color: #1D074C;
}
.TagClassName
{
border-color: #1D074C;
}
</style>