Shades of Purple #7A117D
Tints of Purple #7A117D
RGB
CMYK
RGB Variations
Color information
#7A117D (or 0x7A117D) is known color: Purple. HEX triplet: 7A, 11 and 7D. RGB value is (122,17,125). Sum of RGB (Red+Green+Blue) = 122+17+125=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A117D is #85EE82. Grayscale: #3C3C3C. Windows color (decimal): -8777347 or 8196474. OLE color: 8196474.
HSL color Cylindrical-coordinate representation of color #7A117D: hue angle of 298.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A117D is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 17 | 125 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.51 |
| HSL | 298.33º | 0.76% | 0.28% | - |
| HSV(B) | 298.33º | 0.86% | 0.49% | - |
| XYZ | 11.93 | 6.02 | 19.94 | - |
| YUV | 60.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 125 | 0.02 | 0.86 | 0 | 0.51 | 298.33 | 0.76 | 0.28 |
| Hex | 7A | 11 | 7D | 2 | 56 | 0 | 33 | 12A | 4C | 1C |
| Octal | 172 | 21 | 175 | 2 | 126 | 0 | 63 | 452 | 114 | 34 |
| Binary | 1111010 | 10001 | 1111101 | 10 | 1010110 | 0 | 110011 | 100101010 | 1001100 | 11100 |
Color Harmonies of #7A117D
Complementary color
Monochromatic Colors of #7A117D
Black with #7A117D
Text Example
Text Example
White with #7A117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A117D; }
p { color: rgb(122,17,125); }
H1.HeaderClassName
{
color: #7A117D;
}
.AnyTagClassName
{
color: #7A117D;
}
</style>
background-color css
<style>
a { background-color: #7A117D; }
a { background-color: rgb(122,17,125); }
div.DivClassName
{
background-color: #7A117D;
}
.BgClassName
{
background-color: #7A117D;
}
</style>
border-color css
<style>
span { border-color: #7A117D; }
span { border-color: rgb(122,17,125); }
td.TdClassName
{
border-color: #7A117D;
}
.TagClassName
{
border-color: #7A117D;
}
</style>