Shades of Blue Violet #790DDD
Tints of Blue Violet #790DDD
RGB
CMYK
RGB Variations
Color information
#790DDD (or 0x790DDD) is known color: Blue Violet. HEX triplet: 79, 0D and DD. RGB value is (121,13,221). Sum of RGB (Red+Green+Blue) = 121+13+221=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #790DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DDD is #86F222. Grayscale: #444444. Windows color (decimal): -8843811 or 14486905. OLE color: 14486905.
HSL color Cylindrical-coordinate representation of color #790DDD: hue angle of 271.15º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790DDD is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 13 | 221 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.13 |
| HSL | 271.15º | 0.89% | 0.46% | - |
| HSV(B) | 271.15º | 0.94% | 0.87% | - |
| XYZ | 21.08 | 9.57 | 69.14 | - |
| YUV | 69 | 213.78 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 221 | 0.45 | 0.94 | 0 | 0.13 | 271.15 | 0.89 | 0.46 |
| Hex | 79 | D | DD | 2D | 5E | 0 | D | 10F | 59 | 2E |
| Octal | 171 | 15 | 335 | 55 | 136 | 0 | 15 | 417 | 131 | 56 |
| Binary | 1111001 | 1101 | 11011101 | 101101 | 1011110 | 0 | 1101 | 100001111 | 1011001 | 101110 |
Color Harmonies of #790DDD
Complementary color
Monochromatic Colors of #790DDD
Black with #790DDD
Text Example
Text Example
White with #790DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DDD; }
p { color: rgb(121,13,221); }
H1.HeaderClassName
{
color: #790DDD;
}
.AnyTagClassName
{
color: #790DDD;
}
</style>
background-color css
<style>
a { background-color: #790DDD; }
a { background-color: rgb(121,13,221); }
div.DivClassName
{
background-color: #790DDD;
}
.BgClassName
{
background-color: #790DDD;
}
</style>
border-color css
<style>
span { border-color: #790DDD; }
span { border-color: rgb(121,13,221); }
td.TdClassName
{
border-color: #790DDD;
}
.TagClassName
{
border-color: #790DDD;
}
</style>