Shades of Dark Violet #7901CC
Tints of Dark Violet #7901CC
RGB
CMYK
RGB Variations
Color information
#7901CC (or 0x7901CC) is known color: Dark Violet. HEX triplet: 79, 01 and CC. RGB value is (121,1,204). Sum of RGB (Red+Green+Blue) = 121+1+204=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #7901CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7901CC is #86FE33. Grayscale: #3B3B3B. Windows color (decimal): -8846900 or 13369721. OLE color: 13369721.
HSL color Cylindrical-coordinate representation of color #7901CC: hue angle of 275.47º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7901CC is Cyan = 0.41, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 1 | 204 | - |
| CMYK | 0.41 | 1.00 | 0 | 0.2 |
| HSL | 275.47º | 0.99% | 0.4% | - |
| HSV(B) | 275.47º | 1% | 0.8% | - |
| XYZ | 18.8 | 8.45 | 57.77 | - |
| YUV | 60.02 | 209.26 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 204 | 0.41 | 1.00 | 0 | 0.2 | 275.47 | 0.99 | 0.4 |
| Hex | 79 | 1 | CC | 29 | 64 | 0 | 14 | 113 | 63 | 28 |
| Octal | 171 | 1 | 314 | 51 | 144 | 0 | 24 | 423 | 143 | 50 |
| Binary | 1111001 | 1 | 11001100 | 101001 | 1100100 | 0 | 10100 | 100010011 | 1100011 | 101000 |
Color Harmonies of #7901CC
Complementary color
Monochromatic Colors of #7901CC
Black with #7901CC
Text Example
Text Example
White with #7901CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7901CC; }
p { color: rgb(121,1,204); }
H1.HeaderClassName
{
color: #7901CC;
}
.AnyTagClassName
{
color: #7901CC;
}
</style>
background-color css
<style>
a { background-color: #7901CC; }
a { background-color: rgb(121,1,204); }
div.DivClassName
{
background-color: #7901CC;
}
.BgClassName
{
background-color: #7901CC;
}
</style>
border-color css
<style>
span { border-color: #7901CC; }
span { border-color: rgb(121,1,204); }
td.TdClassName
{
border-color: #7901CC;
}
.TagClassName
{
border-color: #7901CC;
}
</style>