Shades of Dark Violet #7912CF
Tints of Dark Violet #7912CF
RGB
CMYK
RGB Variations
Color information
#7912CF (or 0x7912CF) is known color: Dark Violet. HEX triplet: 79, 12 and CF. RGB value is (121,18,207). Sum of RGB (Red+Green+Blue) = 121+18+207=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #7912CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7912CF is #86ED30. Grayscale: #454545. Windows color (decimal): -8842545 or 13570681. OLE color: 13570681.
HSL color Cylindrical-coordinate representation of color #7912CF: hue angle of 272.7º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7912CF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 18 | 207 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.19 |
| HSL | 272.7º | 0.84% | 0.44% | - |
| HSV(B) | 272.7º | 0.91% | 0.81% | - |
| XYZ | 19.36 | 9 | 59.75 | - |
| YUV | 70.34 | 205.12 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 207 | 0.42 | 0.91 | 0 | 0.19 | 272.7 | 0.84 | 0.44 |
| Hex | 79 | 12 | CF | 2A | 5B | 0 | 13 | 111 | 54 | 2C |
| Octal | 171 | 22 | 317 | 52 | 133 | 0 | 23 | 421 | 124 | 54 |
| Binary | 1111001 | 10010 | 11001111 | 101010 | 1011011 | 0 | 10011 | 100010001 | 1010100 | 101100 |
Color Harmonies of #7912CF
Complementary color
Monochromatic Colors of #7912CF
Black with #7912CF
Text Example
Text Example
White with #7912CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7912CF; }
p { color: rgb(121,18,207); }
H1.HeaderClassName
{
color: #7912CF;
}
.AnyTagClassName
{
color: #7912CF;
}
</style>
background-color css
<style>
a { background-color: #7912CF; }
a { background-color: rgb(121,18,207); }
div.DivClassName
{
background-color: #7912CF;
}
.BgClassName
{
background-color: #7912CF;
}
</style>
border-color css
<style>
span { border-color: #7912CF; }
span { border-color: rgb(121,18,207); }
td.TdClassName
{
border-color: #7912CF;
}
.TagClassName
{
border-color: #7912CF;
}
</style>