Shades of Blue Violet #790FDC
Tints of Blue Violet #790FDC
RGB
CMYK
RGB Variations
Color information
#790FDC (or 0x790FDC) is known color: Blue Violet. HEX triplet: 79, 0F and DC. RGB value is (121,15,220). Sum of RGB (Red+Green+Blue) = 121+15+220=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #790FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FDC is #86F023. Grayscale: #454545. Windows color (decimal): -8843300 or 14421881. OLE color: 14421881.
HSL color Cylindrical-coordinate representation of color #790FDC: hue angle of 271.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790FDC is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 15 | 220 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.14 |
| HSL | 271.02º | 0.87% | 0.46% | - |
| HSV(B) | 271.02º | 0.93% | 0.86% | - |
| XYZ | 20.97 | 9.57 | 68.45 | - |
| YUV | 70.06 | 212.62 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 220 | 0.45 | 0.93 | 0 | 0.14 | 271.02 | 0.87 | 0.46 |
| Hex | 79 | F | DC | 2D | 5D | 0 | E | 10F | 57 | 2E |
| Octal | 171 | 17 | 334 | 55 | 135 | 0 | 16 | 417 | 127 | 56 |
| Binary | 1111001 | 1111 | 11011100 | 101101 | 1011101 | 0 | 1110 | 100001111 | 1010111 | 101110 |
Color Harmonies of #790FDC
Complementary color
Monochromatic Colors of #790FDC
Black with #790FDC
Text Example
Text Example
White with #790FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790FDC; }
p { color: rgb(121,15,220); }
H1.HeaderClassName
{
color: #790FDC;
}
.AnyTagClassName
{
color: #790FDC;
}
</style>
background-color css
<style>
a { background-color: #790FDC; }
a { background-color: rgb(121,15,220); }
div.DivClassName
{
background-color: #790FDC;
}
.BgClassName
{
background-color: #790FDC;
}
</style>
border-color css
<style>
span { border-color: #790FDC; }
span { border-color: rgb(121,15,220); }
td.TdClassName
{
border-color: #790FDC;
}
.TagClassName
{
border-color: #790FDC;
}
</style>