Shades of Dark Violet #7903CC
Tints of Dark Violet #7903CC
RGB
CMYK
RGB Variations
Color information
#7903CC (or 0x7903CC) is known color: Dark Violet. HEX triplet: 79, 03 and CC. RGB value is (121,3,204). Sum of RGB (Red+Green+Blue) = 121+3+204=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #7903CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7903CC is #86FC33. Grayscale: #3C3C3C. Windows color (decimal): -8846388 or 13370233. OLE color: 13370233.
HSL color Cylindrical-coordinate representation of color #7903CC: hue angle of 275.22º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7903CC is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 3 | 204 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.2 |
| HSL | 275.22º | 0.97% | 0.41% | - |
| HSV(B) | 275.22º | 0.99% | 0.8% | - |
| XYZ | 18.82 | 8.49 | 57.77 | - |
| YUV | 61.2 | 208.59 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 204 | 0.41 | 0.99 | 0 | 0.2 | 275.22 | 0.97 | 0.41 |
| Hex | 79 | 3 | CC | 29 | 63 | 0 | 14 | 113 | 61 | 29 |
| Octal | 171 | 3 | 314 | 51 | 143 | 0 | 24 | 423 | 141 | 51 |
| Binary | 1111001 | 11 | 11001100 | 101001 | 1100011 | 0 | 10100 | 100010011 | 1100001 | 101001 |
Color Harmonies of #7903CC
Complementary color
Monochromatic Colors of #7903CC
Black with #7903CC
Text Example
Text Example
White with #7903CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7903CC; }
p { color: rgb(121,3,204); }
H1.HeaderClassName
{
color: #7903CC;
}
.AnyTagClassName
{
color: #7903CC;
}
</style>
background-color css
<style>
a { background-color: #7903CC; }
a { background-color: rgb(121,3,204); }
div.DivClassName
{
background-color: #7903CC;
}
.BgClassName
{
background-color: #7903CC;
}
</style>
border-color css
<style>
span { border-color: #7903CC; }
span { border-color: rgb(121,3,204); }
td.TdClassName
{
border-color: #7903CC;
}
.TagClassName
{
border-color: #7903CC;
}
</style>