Shades of Purple #7A0C74
Tints of Purple #7A0C74
RGB
CMYK
RGB Variations
Color information
#7A0C74 (or 0x7A0C74) is known color: Purple. HEX triplet: 7A, 0C and 74. RGB value is (122,12,116). Sum of RGB (Red+Green+Blue) = 122+12+116=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0C74 is #85F38B. Grayscale: #383838. Windows color (decimal): -8778636 or 7605370. OLE color: 7605370.
HSL color Cylindrical-coordinate representation of color #7A0C74: hue angle of 303.27º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0C74 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 12 | 116 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.52 |
| HSL | 303.27º | 0.82% | 0.26% | - |
| HSV(B) | 303.27º | 0.9% | 0.48% | - |
| XYZ | 11.31 | 5.66 | 17.02 | - |
| YUV | 56.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 116 | 0 | 0.90 | 0.05 | 0.52 | 303.27 | 0.82 | 0.26 |
| Hex | 7A | C | 74 | 0 | 5A | 5 | 34 | 12F | 52 | 1A |
| Octal | 172 | 14 | 164 | 0 | 132 | 5 | 64 | 457 | 122 | 32 |
| Binary | 1111010 | 1100 | 1110100 | 0 | 1011010 | 101 | 110100 | 100101111 | 1010010 | 11010 |
Color Harmonies of #7A0C74
Complementary color
Monochromatic Colors of #7A0C74
Black with #7A0C74
Text Example
Text Example
White with #7A0C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0C74; }
p { color: rgb(122,12,116); }
H1.HeaderClassName
{
color: #7A0C74;
}
.AnyTagClassName
{
color: #7A0C74;
}
</style>
background-color css
<style>
a { background-color: #7A0C74; }
a { background-color: rgb(122,12,116); }
div.DivClassName
{
background-color: #7A0C74;
}
.BgClassName
{
background-color: #7A0C74;
}
</style>
border-color css
<style>
span { border-color: #7A0C74; }
span { border-color: rgb(122,12,116); }
td.TdClassName
{
border-color: #7A0C74;
}
.TagClassName
{
border-color: #7A0C74;
}
</style>