Shades of Violent Violet #1D0653
Tints of Violent Violet #1D0653
RGB
CMYK
RGB Variations
Color information
#1D0653 (or 0x1D0653) is known color: Violent Violet. HEX triplet: 1D, 06 and 53. RGB value is (29,6,83). Sum of RGB (Red+Green+Blue) = 29+6+83=118 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.58% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D0653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0653 is #E2F9AC. Grayscale: #151515. Windows color (decimal): -14875053 or 5441053. OLE color: 5441053.
HSL color Cylindrical-coordinate representation of color #1D0653: hue angle of 257.92º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0653 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 6 | 83 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.67 |
| HSL | 257.92º | 0.87% | 0.17% | - |
| HSV(B) | 257.92º | 0.93% | 0.33% | - |
| XYZ | 2.13 | 1.02 | 8.27 | - |
| YUV | 21.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 83 | 0.65 | 0.93 | 0 | 0.67 | 257.92 | 0.87 | 0.17 |
| Hex | 1D | 6 | 53 | 41 | 5D | 0 | 43 | 102 | 57 | 11 |
| Octal | 35 | 6 | 123 | 101 | 135 | 0 | 103 | 402 | 127 | 21 |
| Binary | 11101 | 110 | 1010011 | 1000001 | 1011101 | 0 | 1000011 | 100000010 | 1010111 | 10001 |
Color Harmonies of #1D0653
Complementary color
Monochromatic Colors of #1D0653
Black with #1D0653
Text Example
Text Example
White with #1D0653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0653; }
p { color: rgb(29,6,83); }
H1.HeaderClassName
{
color: #1D0653;
}
.AnyTagClassName
{
color: #1D0653;
}
</style>
background-color css
<style>
a { background-color: #1D0653; }
a { background-color: rgb(29,6,83); }
div.DivClassName
{
background-color: #1D0653;
}
.BgClassName
{
background-color: #1D0653;
}
</style>
border-color css
<style>
span { border-color: #1D0653; }
span { border-color: rgb(29,6,83); }
td.TdClassName
{
border-color: #1D0653;
}
.TagClassName
{
border-color: #1D0653;
}
</style>