Shades of Dark Violet #7912CE
Tints of Dark Violet #7912CE
RGB
CMYK
RGB Variations
Color information
#7912CE (or 0x7912CE) is known color: Dark Violet. HEX triplet: 79, 12 and CE. RGB value is (121,18,206). Sum of RGB (Red+Green+Blue) = 121+18+206=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #7912CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7912CE is #86ED31. Grayscale: #454545. Windows color (decimal): -8842546 or 13505145. OLE color: 13505145.
HSL color Cylindrical-coordinate representation of color #7912CE: hue angle of 272.87º 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 #7912CE is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 18 | 206 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.19 |
| HSL | 272.87º | 0.84% | 0.44% | - |
| HSV(B) | 272.87º | 0.91% | 0.81% | - |
| XYZ | 19.24 | 8.95 | 59.11 | - |
| YUV | 70.23 | 204.62 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 206 | 0.41 | 0.91 | 0 | 0.19 | 272.87 | 0.84 | 0.44 |
| Hex | 79 | 12 | CE | 29 | 5B | 0 | 13 | 111 | 54 | 2C |
| Octal | 171 | 22 | 316 | 51 | 133 | 0 | 23 | 421 | 124 | 54 |
| Binary | 1111001 | 10010 | 11001110 | 101001 | 1011011 | 0 | 10011 | 100010001 | 1010100 | 101100 |
Color Harmonies of #7912CE
Complementary color
Monochromatic Colors of #7912CE
Black with #7912CE
Text Example
Text Example
White with #7912CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7912CE; }
p { color: rgb(121,18,206); }
H1.HeaderClassName
{
color: #7912CE;
}
.AnyTagClassName
{
color: #7912CE;
}
</style>
background-color css
<style>
a { background-color: #7912CE; }
a { background-color: rgb(121,18,206); }
div.DivClassName
{
background-color: #7912CE;
}
.BgClassName
{
background-color: #7912CE;
}
</style>
border-color css
<style>
span { border-color: #7912CE; }
span { border-color: rgb(121,18,206); }
td.TdClassName
{
border-color: #7912CE;
}
.TagClassName
{
border-color: #7912CE;
}
</style>