Shades of Dark Violet #7910CC
Tints of Dark Violet #7910CC
RGB
CMYK
RGB Variations
Color information
#7910CC (or 0x7910CC) is known color: Dark Violet. HEX triplet: 79, 10 and CC. RGB value is (121,16,204). Sum of RGB (Red+Green+Blue) = 121+16+204=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #7910CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7910CC is #86EF33. Grayscale: #444444. Windows color (decimal): -8843060 or 13373561. OLE color: 13373561.
HSL color Cylindrical-coordinate representation of color #7910CC: hue angle of 273.51º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7910CC is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 16 | 204 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.2 |
| HSL | 273.51º | 0.85% | 0.43% | - |
| HSV(B) | 273.51º | 0.92% | 0.8% | - |
| XYZ | 18.97 | 8.8 | 57.82 | - |
| YUV | 68.83 | 204.29 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 16 | 204 | 0.41 | 0.92 | 0 | 0.2 | 273.51 | 0.85 | 0.43 |
| Hex | 79 | 10 | CC | 29 | 5C | 0 | 14 | 112 | 55 | 2B |
| Octal | 171 | 20 | 314 | 51 | 134 | 0 | 24 | 422 | 125 | 53 |
| Binary | 1111001 | 10000 | 11001100 | 101001 | 1011100 | 0 | 10100 | 100010010 | 1010101 | 101011 |
Color Harmonies of #7910CC
Complementary color
Monochromatic Colors of #7910CC
Black with #7910CC
Text Example
Text Example
White with #7910CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7910CC; }
p { color: rgb(121,16,204); }
H1.HeaderClassName
{
color: #7910CC;
}
.AnyTagClassName
{
color: #7910CC;
}
</style>
background-color css
<style>
a { background-color: #7910CC; }
a { background-color: rgb(121,16,204); }
div.DivClassName
{
background-color: #7910CC;
}
.BgClassName
{
background-color: #7910CC;
}
</style>
border-color css
<style>
span { border-color: #7910CC; }
span { border-color: rgb(121,16,204); }
td.TdClassName
{
border-color: #7910CC;
}
.TagClassName
{
border-color: #7910CC;
}
</style>