Shades of Violent Violet #1D0053
Tints of Violent Violet #1D0053
RGB
CMYK
RGB Variations
Color information
#1D0053 (or 0x1D0053) is known color: Violent Violet. HEX triplet: 1D, 00 and 53. RGB value is (29,0,83). Sum of RGB (Red+Green+Blue) = 29+0+83=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D0053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0053 is #E2FFAC. Grayscale: #111111. Windows color (decimal): -14876589 or 5439517. OLE color: 5439517.
HSL color Cylindrical-coordinate representation of color #1D0053: hue angle of 260.96º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0053 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 0 | 83 | - |
| CMYK | 0.65 | 1 | 0 | 0.67 |
| HSL | 260.96º | 1% | 0.16% | - |
| HSV(B) | 260.96º | 1% | 0.33% | - |
| XYZ | 2.07 | 0.89 | 8.25 | - |
| YUV | 18.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 83 | 0.65 | 1 | 0 | 0.67 | 260.96 | 1 | 0.16 |
| Hex | 1D | 0 | 53 | 41 | 64 | 0 | 43 | 105 | 64 | 10 |
| Octal | 35 | 0 | 123 | 101 | 144 | 0 | 103 | 405 | 144 | 20 |
| Binary | 11101 | 0 | 1010011 | 1000001 | 1100100 | 0 | 1000011 | 100000101 | 1100100 | 10000 |
Color Harmonies of #1D0053
Complementary color
Monochromatic Colors of #1D0053
Black with #1D0053
Text Example
Text Example
White with #1D0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0053; }
p { color: rgb(29,0,83); }
H1.HeaderClassName
{
color: #1D0053;
}
.AnyTagClassName
{
color: #1D0053;
}
</style>
background-color css
<style>
a { background-color: #1D0053; }
a { background-color: rgb(29,0,83); }
div.DivClassName
{
background-color: #1D0053;
}
.BgClassName
{
background-color: #1D0053;
}
</style>
border-color css
<style>
span { border-color: #1D0053; }
span { border-color: rgb(29,0,83); }
td.TdClassName
{
border-color: #1D0053;
}
.TagClassName
{
border-color: #1D0053;
}
</style>