Shades of Dark Violet #7901CB
Tints of Dark Violet #7901CB
RGB
CMYK
RGB Variations
Color information
#7901CB (or 0x7901CB) is known color: Dark Violet. HEX triplet: 79, 01 and CB. RGB value is (121,1,203). Sum of RGB (Red+Green+Blue) = 121+1+203=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #7901CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7901CB is #86FE34. Grayscale: #3B3B3B. Windows color (decimal): -8846901 or 13304185. OLE color: 13304185.
HSL color Cylindrical-coordinate representation of color #7901CB: hue angle of 275.64º 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 #7901CB is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 1 | 203 | - |
| CMYK | 0.40 | 1.00 | 0 | 0.20 |
| HSL | 275.64º | 0.99% | 0.4% | - |
| HSV(B) | 275.64º | 1% | 0.8% | - |
| XYZ | 18.68 | 8.4 | 57.14 | - |
| YUV | 59.91 | 208.76 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 203 | 0.40 | 1.00 | 0 | 0.20 | 275.64 | 0.99 | 0.4 |
| Hex | 79 | 1 | CB | 28 | 64 | 0 | 14 | 114 | 63 | 28 |
| Octal | 171 | 1 | 313 | 50 | 144 | 0 | 24 | 424 | 143 | 50 |
| Binary | 1111001 | 1 | 11001011 | 101000 | 1100100 | 0 | 10100 | 100010100 | 1100011 | 101000 |
Color Harmonies of #7901CB
Complementary color
Monochromatic Colors of #7901CB
Black with #7901CB
Text Example
Text Example
White with #7901CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7901CB; }
p { color: rgb(121,1,203); }
H1.HeaderClassName
{
color: #7901CB;
}
.AnyTagClassName
{
color: #7901CB;
}
</style>
background-color css
<style>
a { background-color: #7901CB; }
a { background-color: rgb(121,1,203); }
div.DivClassName
{
background-color: #7901CB;
}
.BgClassName
{
background-color: #7901CB;
}
</style>
border-color css
<style>
span { border-color: #7901CB; }
span { border-color: rgb(121,1,203); }
td.TdClassName
{
border-color: #7901CB;
}
.TagClassName
{
border-color: #7901CB;
}
</style>