Shades of Dark Violet #790BDD
Tints of Dark Violet #790BDD
RGB
CMYK
RGB Variations
Color information
#790BDD (or 0x790BDD) is known color: Dark Violet. HEX triplet: 79, 0B and DD. RGB value is (121,11,221). Sum of RGB (Red+Green+Blue) = 121+11+221=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #790BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BDD is #86F422. Grayscale: #434343. Windows color (decimal): -8844323 or 14486393. OLE color: 14486393.
HSL color Cylindrical-coordinate representation of color #790BDD: hue angle of 271.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790BDD is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 11 | 221 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.13 |
| HSL | 271.43º | 0.91% | 0.45% | - |
| HSV(B) | 271.43º | 0.95% | 0.87% | - |
| XYZ | 21.06 | 9.52 | 69.14 | - |
| YUV | 67.83 | 214.44 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 221 | 0.45 | 0.95 | 0 | 0.13 | 271.43 | 0.91 | 0.45 |
| Hex | 79 | B | DD | 2D | 5F | 0 | D | 10F | 5B | 2D |
| Octal | 171 | 13 | 335 | 55 | 137 | 0 | 15 | 417 | 133 | 55 |
| Binary | 1111001 | 1011 | 11011101 | 101101 | 1011111 | 0 | 1101 | 100001111 | 1011011 | 101101 |
Color Harmonies of #790BDD
Complementary color
Monochromatic Colors of #790BDD
Black with #790BDD
Text Example
Text Example
White with #790BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BDD; }
p { color: rgb(121,11,221); }
H1.HeaderClassName
{
color: #790BDD;
}
.AnyTagClassName
{
color: #790BDD;
}
</style>
background-color css
<style>
a { background-color: #790BDD; }
a { background-color: rgb(121,11,221); }
div.DivClassName
{
background-color: #790BDD;
}
.BgClassName
{
background-color: #790BDD;
}
</style>
border-color css
<style>
span { border-color: #790BDD; }
span { border-color: rgb(121,11,221); }
td.TdClassName
{
border-color: #790BDD;
}
.TagClassName
{
border-color: #790BDD;
}
</style>