Shades of Blue Violet #790DE5
Tints of Blue Violet #790DE5
RGB
CMYK
RGB Variations
Color information
#790DE5 (or 0x790DE5) is known color: Blue Violet. HEX triplet: 79, 0D and E5. RGB value is (121,13,229). Sum of RGB (Red+Green+Blue) = 121+13+229=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 229 (89.84% from 255 or 63.09% from 363); Max value from RGB is 229 - color contains mainly: blue. Hex color #790DE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DE5 is #86F21A. Grayscale: #454545. Windows color (decimal): -8843803 or 15011193. OLE color: 15011193.
HSL color Cylindrical-coordinate representation of color #790DE5: hue angle of 270º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790DE5 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 13 | 229 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.10 |
| HSL | 270º | 0.89% | 0.47% | - |
| HSV(B) | 270º | 0.94% | 0.9% | - |
| XYZ | 22.17 | 10.01 | 74.89 | - |
| YUV | 69.92 | 217.78 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 229 | 0.47 | 0.94 | 0 | 0.10 | 270 | 0.89 | 0.47 |
| Hex | 79 | D | E5 | 2F | 5E | 0 | A | 10E | 59 | 2F |
| Octal | 171 | 15 | 345 | 57 | 136 | 0 | 12 | 416 | 131 | 57 |
| Binary | 1111001 | 1101 | 11100101 | 101111 | 1011110 | 0 | 1010 | 100001110 | 1011001 | 101111 |
Color Harmonies of #790DE5
Complementary color
Monochromatic Colors of #790DE5
Black with #790DE5
Text Example
Text Example
White with #790DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DE5; }
p { color: rgb(121,13,229); }
H1.HeaderClassName
{
color: #790DE5;
}
.AnyTagClassName
{
color: #790DE5;
}
</style>
background-color css
<style>
a { background-color: #790DE5; }
a { background-color: rgb(121,13,229); }
div.DivClassName
{
background-color: #790DE5;
}
.BgClassName
{
background-color: #790DE5;
}
</style>
border-color css
<style>
span { border-color: #790DE5; }
span { border-color: rgb(121,13,229); }
td.TdClassName
{
border-color: #790DE5;
}
.TagClassName
{
border-color: #790DE5;
}
</style>