Shades of Dark Violet #790DC4
Tints of Dark Violet #790DC4
RGB
CMYK
RGB Variations
Color information
#790DC4 (or 0x790DC4) is known color: Dark Violet. HEX triplet: 79, 0D and C4. RGB value is (121,13,196). Sum of RGB (Red+Green+Blue) = 121+13+196=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 196 (76.95% from 255 or 59.39% from 330); Max value from RGB is 196 - color contains mainly: blue. Hex color #790DC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DC4 is #86F23B. Grayscale: #414141. Windows color (decimal): -8843836 or 12848505. OLE color: 12848505.
HSL color Cylindrical-coordinate representation of color #790DC4: hue angle of 275.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790DC4 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 13 | 196 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.23 |
| HSL | 275.41º | 0.88% | 0.41% | - |
| HSV(B) | 275.41º | 0.93% | 0.77% | - |
| XYZ | 17.99 | 8.34 | 52.89 | - |
| YUV | 66.15 | 201.28 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 196 | 0.38 | 0.93 | 0 | 0.23 | 275.41 | 0.88 | 0.41 |
| Hex | 79 | D | C4 | 26 | 5D | 0 | 17 | 113 | 58 | 29 |
| Octal | 171 | 15 | 304 | 46 | 135 | 0 | 27 | 423 | 130 | 51 |
| Binary | 1111001 | 1101 | 11000100 | 100110 | 1011101 | 0 | 10111 | 100010011 | 1011000 | 101001 |
Color Harmonies of #790DC4
Complementary color
Monochromatic Colors of #790DC4
Black with #790DC4
Text Example
Text Example
White with #790DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DC4; }
p { color: rgb(121,13,196); }
H1.HeaderClassName
{
color: #790DC4;
}
.AnyTagClassName
{
color: #790DC4;
}
</style>
background-color css
<style>
a { background-color: #790DC4; }
a { background-color: rgb(121,13,196); }
div.DivClassName
{
background-color: #790DC4;
}
.BgClassName
{
background-color: #790DC4;
}
</style>
border-color css
<style>
span { border-color: #790DC4; }
span { border-color: rgb(121,13,196); }
td.TdClassName
{
border-color: #790DC4;
}
.TagClassName
{
border-color: #790DC4;
}
</style>