Shades of Violent Violet #1D0648
Tints of Violent Violet #1D0648
RGB
CMYK
RGB Variations
Color information
#1D0648 (or 0x1D0648) is known color: Violent Violet. HEX triplet: 1D, 06 and 48. RGB value is (29,6,72). Sum of RGB (Red+Green+Blue) = 29+6+72=107 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.10% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D0648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0648 is #E2F9B7. Grayscale: #141414. Windows color (decimal): -14875064 or 4720157. OLE color: 4720157.
HSL color Cylindrical-coordinate representation of color #1D0648: hue angle of 260.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0648 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 6 | 72 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.72 |
| HSL | 260.91º | 0.85% | 0.15% | - |
| HSV(B) | 260.91º | 0.92% | 0.28% | - |
| XYZ | 1.74 | 0.86 | 6.2 | - |
| YUV | 20.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 72 | 0.60 | 0.92 | 0 | 0.72 | 260.91 | 0.85 | 0.15 |
| Hex | 1D | 6 | 48 | 3C | 5C | 0 | 48 | 105 | 55 | F |
| Octal | 35 | 6 | 110 | 74 | 134 | 0 | 110 | 405 | 125 | 17 |
| Binary | 11101 | 110 | 1001000 | 111100 | 1011100 | 0 | 1001000 | 100000101 | 1010101 | 1111 |
Color Harmonies of #1D0648
Complementary color
Monochromatic Colors of #1D0648
Black with #1D0648
Text Example
Text Example
White with #1D0648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0648; }
p { color: rgb(29,6,72); }
H1.HeaderClassName
{
color: #1D0648;
}
.AnyTagClassName
{
color: #1D0648;
}
</style>
background-color css
<style>
a { background-color: #1D0648; }
a { background-color: rgb(29,6,72); }
div.DivClassName
{
background-color: #1D0648;
}
.BgClassName
{
background-color: #1D0648;
}
</style>
border-color css
<style>
span { border-color: #1D0648; }
span { border-color: rgb(29,6,72); }
td.TdClassName
{
border-color: #1D0648;
}
.TagClassName
{
border-color: #1D0648;
}
</style>