Shades of Violent Violet #1D074B
Tints of Violent Violet #1D074B
RGB
CMYK
RGB Variations
Color information
#1D074B (or 0x1D074B) is known color: Violent Violet. HEX triplet: 1D, 07 and 4B. RGB value is (29,7,75). Sum of RGB (Red+Green+Blue) = 29+7+75=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D074B is #E2F8B4. Grayscale: #151515. Windows color (decimal): -14874805 or 4917021. OLE color: 4917021.
HSL color Cylindrical-coordinate representation of color #1D074B: hue angle of 259.41º 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 #1D074B is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 7 | 75 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.71 |
| HSL | 259.41º | 0.83% | 0.16% | - |
| HSV(B) | 259.41º | 0.91% | 0.29% | - |
| XYZ | 1.85 | 0.92 | 6.74 | - |
| YUV | 21.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 75 | 0.61 | 0.91 | 0 | 0.71 | 259.41 | 0.83 | 0.16 |
| Hex | 1D | 7 | 4B | 3D | 5B | 0 | 47 | 103 | 53 | 10 |
| Octal | 35 | 7 | 113 | 75 | 133 | 0 | 107 | 403 | 123 | 20 |
| Binary | 11101 | 111 | 1001011 | 111101 | 1011011 | 0 | 1000111 | 100000011 | 1010011 | 10000 |
Color Harmonies of #1D074B
Complementary color
Monochromatic Colors of #1D074B
Black with #1D074B
Text Example
Text Example
White with #1D074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D074B; }
p { color: rgb(29,7,75); }
H1.HeaderClassName
{
color: #1D074B;
}
.AnyTagClassName
{
color: #1D074B;
}
</style>
background-color css
<style>
a { background-color: #1D074B; }
a { background-color: rgb(29,7,75); }
div.DivClassName
{
background-color: #1D074B;
}
.BgClassName
{
background-color: #1D074B;
}
</style>
border-color css
<style>
span { border-color: #1D074B; }
span { border-color: rgb(29,7,75); }
td.TdClassName
{
border-color: #1D074B;
}
.TagClassName
{
border-color: #1D074B;
}
</style>