Shades of Dark Purple #7A0F6E
Tints of Dark Purple #7A0F6E
RGB
CMYK
RGB Variations
Color information
#7A0F6E (or 0x7A0F6E) is known color: Dark Purple. HEX triplet: 7A, 0F and 6E. RGB value is (122,15,110). Sum of RGB (Red+Green+Blue) = 122+15+110=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0F6E is #85F091. Grayscale: #393939. Windows color (decimal): -8777874 or 7212922. OLE color: 7212922.
HSL color Cylindrical-coordinate representation of color #7A0F6E: hue angle of 306.73º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F6E is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 15 | 110 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.52 |
| HSL | 306.73º | 0.78% | 0.27% | - |
| HSV(B) | 306.73º | 0.88% | 0.48% | - |
| XYZ | 11.01 | 5.61 | 15.25 | - |
| YUV | 57.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 110 | 0 | 0.88 | 0.10 | 0.52 | 306.73 | 0.78 | 0.27 |
| Hex | 7A | F | 6E | 0 | 58 | A | 34 | 133 | 4E | 1B |
| Octal | 172 | 17 | 156 | 0 | 130 | 12 | 64 | 463 | 116 | 33 |
| Binary | 1111010 | 1111 | 1101110 | 0 | 1011000 | 1010 | 110100 | 100110011 | 1001110 | 11011 |
Color Harmonies of #7A0F6E
Complementary color
Monochromatic Colors of #7A0F6E
Black with #7A0F6E
Text Example
Text Example
White with #7A0F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0F6E; }
p { color: rgb(122,15,110); }
H1.HeaderClassName
{
color: #7A0F6E;
}
.AnyTagClassName
{
color: #7A0F6E;
}
</style>
background-color css
<style>
a { background-color: #7A0F6E; }
a { background-color: rgb(122,15,110); }
div.DivClassName
{
background-color: #7A0F6E;
}
.BgClassName
{
background-color: #7A0F6E;
}
</style>
border-color css
<style>
span { border-color: #7A0F6E; }
span { border-color: rgb(122,15,110); }
td.TdClassName
{
border-color: #7A0F6E;
}
.TagClassName
{
border-color: #7A0F6E;
}
</style>