Shades of Dark Violet #7907DF
Tints of Dark Violet #7907DF
RGB
CMYK
RGB Variations
Color information
#7907DF (or 0x7907DF) is known color: Dark Violet. HEX triplet: 79, 07 and DF. RGB value is (121,7,223). Sum of RGB (Red+Green+Blue) = 121+7+223=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #7907DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7907DF is #86F820. Grayscale: #404040. Windows color (decimal): -8845345 or 14616441. OLE color: 14616441.
HSL color Cylindrical-coordinate representation of color #7907DF: hue angle of 271.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7907DF is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 7 | 223 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.13 |
| HSL | 271.67º | 0.94% | 0.45% | - |
| HSV(B) | 271.67º | 0.97% | 0.87% | - |
| XYZ | 21.28 | 9.54 | 70.53 | - |
| YUV | 65.71 | 216.77 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 7 | 223 | 0.46 | 0.97 | 0 | 0.13 | 271.67 | 0.94 | 0.45 |
| Hex | 79 | 7 | DF | 2E | 61 | 0 | D | 110 | 5E | 2D |
| Octal | 171 | 7 | 337 | 56 | 141 | 0 | 15 | 420 | 136 | 55 |
| Binary | 1111001 | 111 | 11011111 | 101110 | 1100001 | 0 | 1101 | 100010000 | 1011110 | 101101 |
Color Harmonies of #7907DF
Complementary color
Monochromatic Colors of #7907DF
Black with #7907DF
Text Example
Text Example
White with #7907DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7907DF; }
p { color: rgb(121,7,223); }
H1.HeaderClassName
{
color: #7907DF;
}
.AnyTagClassName
{
color: #7907DF;
}
</style>
background-color css
<style>
a { background-color: #7907DF; }
a { background-color: rgb(121,7,223); }
div.DivClassName
{
background-color: #7907DF;
}
.BgClassName
{
background-color: #7907DF;
}
</style>
border-color css
<style>
span { border-color: #7907DF; }
span { border-color: rgb(121,7,223); }
td.TdClassName
{
border-color: #7907DF;
}
.TagClassName
{
border-color: #7907DF;
}
</style>