Shades of Violent Violet #1D0050
Tints of Violent Violet #1D0050
RGB
CMYK
RGB Variations
Color information
#1D0050 (or 0x1D0050) is known color: Violent Violet. HEX triplet: 1D, 00 and 50. RGB value is (29,0,80). Sum of RGB (Red+Green+Blue) = 29+0+80=109 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.61% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 80 (31.64% from 255 or 73.39% from 109); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D0050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0050 is #E2FFAF. Grayscale: #111111. Windows color (decimal): -14876592 or 5242909. OLE color: 5242909.
HSL color Cylindrical-coordinate representation of color #1D0050: hue angle of 261.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0050 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 0 | 80 | - |
| CMYK | 0.64 | 1 | 0 | 0.69 |
| HSL | 261.75º | 1% | 0.16% | - |
| HSV(B) | 261.75º | 1% | 0.31% | - |
| XYZ | 1.95 | 0.84 | 7.65 | - |
| YUV | 17.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 80 | 0.64 | 1 | 0 | 0.69 | 261.75 | 1 | 0.16 |
| Hex | 1D | 0 | 50 | 40 | 64 | 0 | 45 | 106 | 64 | 10 |
| Octal | 35 | 0 | 120 | 100 | 144 | 0 | 105 | 406 | 144 | 20 |
| Binary | 11101 | 0 | 1010000 | 1000000 | 1100100 | 0 | 1000101 | 100000110 | 1100100 | 10000 |
Color Harmonies of #1D0050
Complementary color
Monochromatic Colors of #1D0050
Black with #1D0050
Text Example
Text Example
White with #1D0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0050; }
p { color: rgb(29,0,80); }
H1.HeaderClassName
{
color: #1D0050;
}
.AnyTagClassName
{
color: #1D0050;
}
</style>
background-color css
<style>
a { background-color: #1D0050; }
a { background-color: rgb(29,0,80); }
div.DivClassName
{
background-color: #1D0050;
}
.BgClassName
{
background-color: #1D0050;
}
</style>
border-color css
<style>
span { border-color: #1D0050; }
span { border-color: rgb(29,0,80); }
td.TdClassName
{
border-color: #1D0050;
}
.TagClassName
{
border-color: #1D0050;
}
</style>