Shades of Violent Violet #1D064A
Tints of Violent Violet #1D064A
RGB
CMYK
RGB Variations
Color information
#1D064A (or 0x1D064A) is known color: Violent Violet. HEX triplet: 1D, 06 and 4A. RGB value is (29,6,74). Sum of RGB (Red+Green+Blue) = 29+6+74=109 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.61% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D064A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D064A is #E2F9B5. Grayscale: #141414. Windows color (decimal): -14875062 or 4851229. OLE color: 4851229.
HSL color Cylindrical-coordinate representation of color #1D064A: hue angle of 260.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D064A is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 6 | 74 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.71 |
| HSL | 260.29º | 0.85% | 0.16% | - |
| HSV(B) | 260.29º | 0.92% | 0.29% | - |
| XYZ | 1.81 | 0.89 | 6.55 | - |
| YUV | 20.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 74 | 0.61 | 0.92 | 0 | 0.71 | 260.29 | 0.85 | 0.16 |
| Hex | 1D | 6 | 4A | 3D | 5C | 0 | 47 | 104 | 55 | 10 |
| Octal | 35 | 6 | 112 | 75 | 134 | 0 | 107 | 404 | 125 | 20 |
| Binary | 11101 | 110 | 1001010 | 111101 | 1011100 | 0 | 1000111 | 100000100 | 1010101 | 10000 |
Color Harmonies of #1D064A
Complementary color
Monochromatic Colors of #1D064A
Black with #1D064A
Text Example
Text Example
White with #1D064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D064A; }
p { color: rgb(29,6,74); }
H1.HeaderClassName
{
color: #1D064A;
}
.AnyTagClassName
{
color: #1D064A;
}
</style>
background-color css
<style>
a { background-color: #1D064A; }
a { background-color: rgb(29,6,74); }
div.DivClassName
{
background-color: #1D064A;
}
.BgClassName
{
background-color: #1D064A;
}
</style>
border-color css
<style>
span { border-color: #1D064A; }
span { border-color: rgb(29,6,74); }
td.TdClassName
{
border-color: #1D064A;
}
.TagClassName
{
border-color: #1D064A;
}
</style>