Shades of Dark Violet #7912CC
Tints of Dark Violet #7912CC
RGB
CMYK
RGB Variations
Color information
#7912CC (or 0x7912CC) is known color: Dark Violet. HEX triplet: 79, 12 and CC. RGB value is (121,18,204). Sum of RGB (Red+Green+Blue) = 121+18+204=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #7912CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7912CC is #86ED33. Grayscale: #454545. Windows color (decimal): -8842548 or 13374073. OLE color: 13374073.
HSL color Cylindrical-coordinate representation of color #7912CC: hue angle of 273.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7912CC is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 18 | 204 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.2 |
| HSL | 273.23º | 0.84% | 0.44% | - |
| HSV(B) | 273.23º | 0.91% | 0.8% | - |
| XYZ | 19 | 8.86 | 57.83 | - |
| YUV | 70 | 203.62 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 204 | 0.41 | 0.91 | 0 | 0.2 | 273.23 | 0.84 | 0.44 |
| Hex | 79 | 12 | CC | 29 | 5B | 0 | 14 | 111 | 54 | 2C |
| Octal | 171 | 22 | 314 | 51 | 133 | 0 | 24 | 421 | 124 | 54 |
| Binary | 1111001 | 10010 | 11001100 | 101001 | 1011011 | 0 | 10100 | 100010001 | 1010100 | 101100 |
Color Harmonies of #7912CC
Complementary color
Monochromatic Colors of #7912CC
Black with #7912CC
Text Example
Text Example
White with #7912CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7912CC; }
p { color: rgb(121,18,204); }
H1.HeaderClassName
{
color: #7912CC;
}
.AnyTagClassName
{
color: #7912CC;
}
</style>
background-color css
<style>
a { background-color: #7912CC; }
a { background-color: rgb(121,18,204); }
div.DivClassName
{
background-color: #7912CC;
}
.BgClassName
{
background-color: #7912CC;
}
</style>
border-color css
<style>
span { border-color: #7912CC; }
span { border-color: rgb(121,18,204); }
td.TdClassName
{
border-color: #7912CC;
}
.TagClassName
{
border-color: #7912CC;
}
</style>