Shades of Dark Violet #790DBD
Tints of Dark Violet #790DBD
RGB
CMYK
RGB Variations
Color information
#790DBD (or 0x790DBD) is known color: Dark Violet. HEX triplet: 79, 0D and BD. RGB value is (121,13,189). Sum of RGB (Red+Green+Blue) = 121+13+189=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #790DBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DBD is #86F242. Grayscale: #404040. Windows color (decimal): -8843843 or 12389753. OLE color: 12389753.
HSL color Cylindrical-coordinate representation of color #790DBD: hue angle of 276.82º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790DBD is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 13 | 189 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.26 |
| HSL | 276.82º | 0.87% | 0.4% | - |
| HSV(B) | 276.82º | 0.93% | 0.74% | - |
| XYZ | 17.21 | 8.03 | 48.79 | - |
| YUV | 65.36 | 197.78 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 189 | 0.36 | 0.93 | 0 | 0.26 | 276.82 | 0.87 | 0.4 |
| Hex | 79 | D | BD | 24 | 5D | 0 | 1A | 115 | 57 | 28 |
| Octal | 171 | 15 | 275 | 44 | 135 | 0 | 32 | 425 | 127 | 50 |
| Binary | 1111001 | 1101 | 10111101 | 100100 | 1011101 | 0 | 11010 | 100010101 | 1010111 | 101000 |
Color Harmonies of #790DBD
Complementary color
Monochromatic Colors of #790DBD
Black with #790DBD
Text Example
Text Example
White with #790DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DBD; }
p { color: rgb(121,13,189); }
H1.HeaderClassName
{
color: #790DBD;
}
.AnyTagClassName
{
color: #790DBD;
}
</style>
background-color css
<style>
a { background-color: #790DBD; }
a { background-color: rgb(121,13,189); }
div.DivClassName
{
background-color: #790DBD;
}
.BgClassName
{
background-color: #790DBD;
}
</style>
border-color css
<style>
span { border-color: #790DBD; }
span { border-color: rgb(121,13,189); }
td.TdClassName
{
border-color: #790DBD;
}
.TagClassName
{
border-color: #790DBD;
}
</style>