Shades of Dark Purple #790F6E
Tints of Dark Purple #790F6E
RGB
CMYK
RGB Variations
Color information
#790F6E (or 0x790F6E) is known color: Dark Purple. HEX triplet: 79, 0F and 6E. RGB value is (121,15,110). Sum of RGB (Red+Green+Blue) = 121+15+110=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #790F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790F6E is #86F091. Grayscale: #393939. Windows color (decimal): -8843410 or 7212921. OLE color: 7212921.
HSL color Cylindrical-coordinate representation of color #790F6E: hue angle of 306.23º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F6E is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 15 | 110 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.53 |
| HSL | 306.23º | 0.78% | 0.27% | - |
| HSV(B) | 306.23º | 0.88% | 0.47% | - |
| XYZ | 10.87 | 5.53 | 15.25 | - |
| YUV | 57.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 110 | 0 | 0.88 | 0.09 | 0.53 | 306.23 | 0.78 | 0.27 |
| Hex | 79 | F | 6E | 0 | 58 | 9 | 35 | 132 | 4E | 1B |
| Octal | 171 | 17 | 156 | 0 | 130 | 11 | 65 | 462 | 116 | 33 |
| Binary | 1111001 | 1111 | 1101110 | 0 | 1011000 | 1001 | 110101 | 100110010 | 1001110 | 11011 |
Color Harmonies of #790F6E
Complementary color
Monochromatic Colors of #790F6E
Black with #790F6E
Text Example
Text Example
White with #790F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F6E; }
p { color: rgb(121,15,110); }
H1.HeaderClassName
{
color: #790F6E;
}
.AnyTagClassName
{
color: #790F6E;
}
</style>
background-color css
<style>
a { background-color: #790F6E; }
a { background-color: rgb(121,15,110); }
div.DivClassName
{
background-color: #790F6E;
}
.BgClassName
{
background-color: #790F6E;
}
</style>
border-color css
<style>
span { border-color: #790F6E; }
span { border-color: rgb(121,15,110); }
td.TdClassName
{
border-color: #790F6E;
}
.TagClassName
{
border-color: #790F6E;
}
</style>