Shades of Dark Violet #790FCB
Tints of Dark Violet #790FCB
RGB
CMYK
RGB Variations
Color information
#790FCB (or 0x790FCB) is known color: Dark Violet. HEX triplet: 79, 0F and CB. RGB value is (121,15,203). Sum of RGB (Red+Green+Blue) = 121+15+203=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #790FCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FCB is #86F034. Grayscale: #434343. Windows color (decimal): -8843317 or 13307769. OLE color: 13307769.
HSL color Cylindrical-coordinate representation of color #790FCB: hue angle of 273.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790FCB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 15 | 203 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.20 |
| HSL | 273.83º | 0.86% | 0.43% | - |
| HSV(B) | 273.83º | 0.93% | 0.8% | - |
| XYZ | 18.84 | 8.72 | 57.19 | - |
| YUV | 68.13 | 204.12 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 203 | 0.40 | 0.93 | 0 | 0.20 | 273.83 | 0.86 | 0.43 |
| Hex | 79 | F | CB | 28 | 5D | 0 | 14 | 112 | 56 | 2B |
| Octal | 171 | 17 | 313 | 50 | 135 | 0 | 24 | 422 | 126 | 53 |
| Binary | 1111001 | 1111 | 11001011 | 101000 | 1011101 | 0 | 10100 | 100010010 | 1010110 | 101011 |
Color Harmonies of #790FCB
Complementary color
Monochromatic Colors of #790FCB
Black with #790FCB
Text Example
Text Example
White with #790FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790FCB; }
p { color: rgb(121,15,203); }
H1.HeaderClassName
{
color: #790FCB;
}
.AnyTagClassName
{
color: #790FCB;
}
</style>
background-color css
<style>
a { background-color: #790FCB; }
a { background-color: rgb(121,15,203); }
div.DivClassName
{
background-color: #790FCB;
}
.BgClassName
{
background-color: #790FCB;
}
</style>
border-color css
<style>
span { border-color: #790FCB; }
span { border-color: rgb(121,15,203); }
td.TdClassName
{
border-color: #790FCB;
}
.TagClassName
{
border-color: #790FCB;
}
</style>