Shades of Dark Violet #7900CF
Tints of Dark Violet #7900CF
RGB
CMYK
RGB Variations
Color information
#7900CF (or 0x7900CF) is known color: Dark Violet. HEX triplet: 79, 00 and CF. RGB value is (121,0,207). Sum of RGB (Red+Green+Blue) = 121+0+207=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #7900CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7900CF is #86FF30. Grayscale: #3B3B3B. Windows color (decimal): -8847153 or 13566073. OLE color: 13566073.
HSL color Cylindrical-coordinate representation of color #7900CF: hue angle of 275.07º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900CF is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 0 | 207 | - |
| CMYK | 0.42 | 1 | 0 | 0.19 |
| HSL | 275.07º | 1% | 0.41% | - |
| HSV(B) | 275.07º | 1% | 0.81% | - |
| XYZ | 19.15 | 8.57 | 59.68 | - |
| YUV | 59.78 | 211.09 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 207 | 0.42 | 1 | 0 | 0.19 | 275.07 | 1 | 0.41 |
| Hex | 79 | 0 | CF | 2A | 64 | 0 | 13 | 113 | 64 | 29 |
| Octal | 171 | 0 | 317 | 52 | 144 | 0 | 23 | 423 | 144 | 51 |
| Binary | 1111001 | 0 | 11001111 | 101010 | 1100100 | 0 | 10011 | 100010011 | 1100100 | 101001 |
Color Harmonies of #7900CF
Complementary color
Monochromatic Colors of #7900CF
Black with #7900CF
Text Example
Text Example
White with #7900CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7900CF; }
p { color: rgb(121,0,207); }
H1.HeaderClassName
{
color: #7900CF;
}
.AnyTagClassName
{
color: #7900CF;
}
</style>
background-color css
<style>
a { background-color: #7900CF; }
a { background-color: rgb(121,0,207); }
div.DivClassName
{
background-color: #7900CF;
}
.BgClassName
{
background-color: #7900CF;
}
</style>
border-color css
<style>
span { border-color: #7900CF; }
span { border-color: rgb(121,0,207); }
td.TdClassName
{
border-color: #7900CF;
}
.TagClassName
{
border-color: #7900CF;
}
</style>