Shades of Royal Purple #7A27AB
Tints of Royal Purple #7A27AB
RGB
CMYK
RGB Variations
Color information
#7A27AB (or 0x7A27AB) is known color: Royal Purple. HEX triplet: 7A, 27 and AB. RGB value is (122,39,171). Sum of RGB (Red+Green+Blue) = 122+39+171=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A27AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A27AB is #85D854. Grayscale: #4E4E4E. Windows color (decimal): -8771669 or 11216762. OLE color: 11216762.
HSL color Cylindrical-coordinate representation of color #7A27AB: hue angle of 277.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A27AB is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 39 | 171 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.33 |
| HSL | 277.73º | 0.63% | 0.41% | - |
| HSV(B) | 277.73º | 0.77% | 0.67% | - |
| XYZ | 16.1 | 8.53 | 39.33 | - |
| YUV | 78.87 | 180 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 39 | 171 | 0.29 | 0.77 | 0 | 0.33 | 277.73 | 0.63 | 0.41 |
| Hex | 7A | 27 | AB | 1D | 4D | 0 | 21 | 116 | 3F | 29 |
| Octal | 172 | 47 | 253 | 35 | 115 | 0 | 41 | 426 | 77 | 51 |
| Binary | 1111010 | 100111 | 10101011 | 11101 | 1001101 | 0 | 100001 | 100010110 | 111111 | 101001 |
Color Harmonies of #7A27AB
Complementary color
Monochromatic Colors of #7A27AB
Black with #7A27AB
Text Example
Text Example
White with #7A27AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A27AB; }
p { color: rgb(122,39,171); }
H1.HeaderClassName
{
color: #7A27AB;
}
.AnyTagClassName
{
color: #7A27AB;
}
</style>
background-color css
<style>
a { background-color: #7A27AB; }
a { background-color: rgb(122,39,171); }
div.DivClassName
{
background-color: #7A27AB;
}
.BgClassName
{
background-color: #7A27AB;
}
</style>
border-color css
<style>
span { border-color: #7A27AB; }
span { border-color: rgb(122,39,171); }
td.TdClassName
{
border-color: #7A27AB;
}
.TagClassName
{
border-color: #7A27AB;
}
</style>