Shades of Dark Violet #790ADF
Tints of Dark Violet #790ADF
RGB
CMYK
RGB Variations
Color information
#790ADF (or 0x790ADF) is known color: Dark Violet. HEX triplet: 79, 0A and DF. RGB value is (121,10,223). Sum of RGB (Red+Green+Blue) = 121+10+223=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #790ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ADF is #86F520. Grayscale: #424242. Windows color (decimal): -8844577 or 14617209. OLE color: 14617209.
HSL color Cylindrical-coordinate representation of color #790ADF: hue angle of 271.27º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790ADF is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 10 | 223 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.13 |
| HSL | 271.27º | 0.91% | 0.46% | - |
| HSV(B) | 271.27º | 0.96% | 0.87% | - |
| XYZ | 21.31 | 9.61 | 70.54 | - |
| YUV | 67.47 | 215.77 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 10 | 223 | 0.46 | 0.96 | 0 | 0.13 | 271.27 | 0.91 | 0.46 |
| Hex | 79 | A | DF | 2E | 60 | 0 | D | 10F | 5B | 2E |
| Octal | 171 | 12 | 337 | 56 | 140 | 0 | 15 | 417 | 133 | 56 |
| Binary | 1111001 | 1010 | 11011111 | 101110 | 1100000 | 0 | 1101 | 100001111 | 1011011 | 101110 |
Color Harmonies of #790ADF
Complementary color
Monochromatic Colors of #790ADF
Black with #790ADF
Text Example
Text Example
White with #790ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790ADF; }
p { color: rgb(121,10,223); }
H1.HeaderClassName
{
color: #790ADF;
}
.AnyTagClassName
{
color: #790ADF;
}
</style>
background-color css
<style>
a { background-color: #790ADF; }
a { background-color: rgb(121,10,223); }
div.DivClassName
{
background-color: #790ADF;
}
.BgClassName
{
background-color: #790ADF;
}
</style>
border-color css
<style>
span { border-color: #790ADF; }
span { border-color: rgb(121,10,223); }
td.TdClassName
{
border-color: #790ADF;
}
.TagClassName
{
border-color: #790ADF;
}
</style>