Shades of Dark Violet #790BDF
Tints of Dark Violet #790BDF
RGB
CMYK
RGB Variations
Color information
#790BDF (or 0x790BDF) is known color: Dark Violet. HEX triplet: 79, 0B and DF. RGB value is (121,11,223). Sum of RGB (Red+Green+Blue) = 121+11+223=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #790BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BDF is #86F420. Grayscale: #434343. Windows color (decimal): -8844321 or 14617465. OLE color: 14617465.
HSL color Cylindrical-coordinate representation of color #790BDF: hue angle of 271.13º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790BDF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 11 | 223 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.13 |
| HSL | 271.13º | 0.91% | 0.46% | - |
| HSV(B) | 271.13º | 0.95% | 0.87% | - |
| XYZ | 21.32 | 9.63 | 70.55 | - |
| YUV | 68.06 | 215.44 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 223 | 0.46 | 0.95 | 0 | 0.13 | 271.13 | 0.91 | 0.46 |
| Hex | 79 | B | DF | 2E | 5F | 0 | D | 10F | 5B | 2E |
| Octal | 171 | 13 | 337 | 56 | 137 | 0 | 15 | 417 | 133 | 56 |
| Binary | 1111001 | 1011 | 11011111 | 101110 | 1011111 | 0 | 1101 | 100001111 | 1011011 | 101110 |
Color Harmonies of #790BDF
Complementary color
Monochromatic Colors of #790BDF
Black with #790BDF
Text Example
Text Example
White with #790BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BDF; }
p { color: rgb(121,11,223); }
H1.HeaderClassName
{
color: #790BDF;
}
.AnyTagClassName
{
color: #790BDF;
}
</style>
background-color css
<style>
a { background-color: #790BDF; }
a { background-color: rgb(121,11,223); }
div.DivClassName
{
background-color: #790BDF;
}
.BgClassName
{
background-color: #790BDF;
}
</style>
border-color css
<style>
span { border-color: #790BDF; }
span { border-color: rgb(121,11,223); }
td.TdClassName
{
border-color: #790BDF;
}
.TagClassName
{
border-color: #790BDF;
}
</style>