Shades of Purple #7A147B
Tints of Purple #7A147B
RGB
CMYK
RGB Variations
Color information
#7A147B (or 0x7A147B) is known color: Purple. HEX triplet: 7A, 14 and 7B. RGB value is (122,20,123). Sum of RGB (Red+Green+Blue) = 122+20+123=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A147B is #85EB84. Grayscale: #3D3D3D. Windows color (decimal): -8776581 or 8066170. OLE color: 8066170.
HSL color Cylindrical-coordinate representation of color #7A147B: hue angle of 299.42º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A147B is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 20 | 123 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.52 |
| HSL | 299.42º | 0.72% | 0.28% | - |
| HSV(B) | 299.42º | 0.84% | 0.48% | - |
| XYZ | 11.85 | 6.07 | 19.29 | - |
| YUV | 62.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 123 | 0.01 | 0.84 | 0 | 0.52 | 299.42 | 0.72 | 0.28 |
| Hex | 7A | 14 | 7B | 1 | 54 | 0 | 34 | 12B | 48 | 1C |
| Octal | 172 | 24 | 173 | 1 | 124 | 0 | 64 | 453 | 110 | 34 |
| Binary | 1111010 | 10100 | 1111011 | 1 | 1010100 | 0 | 110100 | 100101011 | 1001000 | 11100 |
Color Harmonies of #7A147B
Complementary color
Monochromatic Colors of #7A147B
Black with #7A147B
Text Example
Text Example
White with #7A147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A147B; }
p { color: rgb(122,20,123); }
H1.HeaderClassName
{
color: #7A147B;
}
.AnyTagClassName
{
color: #7A147B;
}
</style>
background-color css
<style>
a { background-color: #7A147B; }
a { background-color: rgb(122,20,123); }
div.DivClassName
{
background-color: #7A147B;
}
.BgClassName
{
background-color: #7A147B;
}
</style>
border-color css
<style>
span { border-color: #7A147B; }
span { border-color: rgb(122,20,123); }
td.TdClassName
{
border-color: #7A147B;
}
.TagClassName
{
border-color: #7A147B;
}
</style>