Shades of Purple #7A127B
Tints of Purple #7A127B
RGB
CMYK
RGB Variations
Color information
#7A127B (or 0x7A127B) is known color: Purple. HEX triplet: 7A, 12 and 7B. RGB value is (122,18,123). Sum of RGB (Red+Green+Blue) = 122+18+123=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A127B is #85ED84. Grayscale: #3C3C3C. Windows color (decimal): -8777093 or 8065658. OLE color: 8065658.
HSL color Cylindrical-coordinate representation of color #7A127B: hue angle of 299.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A127B is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 123 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.52 |
| HSL | 299.43º | 0.74% | 0.28% | - |
| HSV(B) | 299.43º | 0.85% | 0.48% | - |
| XYZ | 11.82 | 6 | 19.27 | - |
| YUV | 61.07 | 162.96 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 123 | 0.01 | 0.85 | 0 | 0.52 | 299.43 | 0.74 | 0.28 |
| Hex | 7A | 12 | 7B | 1 | 55 | 0 | 34 | 12B | 4A | 1C |
| Octal | 172 | 22 | 173 | 1 | 125 | 0 | 64 | 453 | 112 | 34 |
| Binary | 1111010 | 10010 | 1111011 | 1 | 1010101 | 0 | 110100 | 100101011 | 1001010 | 11100 |
Color Harmonies of #7A127B
Complementary color
Monochromatic Colors of #7A127B
Black with #7A127B
Text Example
Text Example
White with #7A127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A127B; }
p { color: rgb(122,18,123); }
H1.HeaderClassName
{
color: #7A127B;
}
.AnyTagClassName
{
color: #7A127B;
}
</style>
background-color css
<style>
a { background-color: #7A127B; }
a { background-color: rgb(122,18,123); }
div.DivClassName
{
background-color: #7A127B;
}
.BgClassName
{
background-color: #7A127B;
}
</style>
border-color css
<style>
span { border-color: #7A127B; }
span { border-color: rgb(122,18,123); }
td.TdClassName
{
border-color: #7A127B;
}
.TagClassName
{
border-color: #7A127B;
}
</style>