Shades of Royal Purple #7A28AE
Tints of Royal Purple #7A28AE
RGB
CMYK
RGB Variations
Color information
#7A28AE (or 0x7A28AE) is known color: Royal Purple. HEX triplet: 7A, 28 and AE. RGB value is (122,40,174). Sum of RGB (Red+Green+Blue) = 122+40+174=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A28AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A28AE is #85D751. Grayscale: #4F4F4F. Windows color (decimal): -8771410 or 11413626. OLE color: 11413626.
HSL color Cylindrical-coordinate representation of color #7A28AE: hue angle of 276.72º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A28AE is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 40 | 174 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.32 |
| HSL | 276.72º | 0.63% | 0.42% | - |
| HSV(B) | 276.72º | 0.77% | 0.68% | - |
| XYZ | 16.42 | 8.71 | 40.86 | - |
| YUV | 79.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 174 | 0.30 | 0.77 | 0 | 0.32 | 276.72 | 0.63 | 0.42 |
| Hex | 7A | 28 | AE | 1E | 4D | 0 | 20 | 115 | 3F | 2A |
| Octal | 172 | 50 | 256 | 36 | 115 | 0 | 40 | 425 | 77 | 52 |
| Binary | 1111010 | 101000 | 10101110 | 11110 | 1001101 | 0 | 100000 | 100010101 | 111111 | 101010 |
Color Harmonies of #7A28AE
Complementary color
Monochromatic Colors of #7A28AE
Black with #7A28AE
Text Example
Text Example
White with #7A28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A28AE; }
p { color: rgb(122,40,174); }
H1.HeaderClassName
{
color: #7A28AE;
}
.AnyTagClassName
{
color: #7A28AE;
}
</style>
background-color css
<style>
a { background-color: #7A28AE; }
a { background-color: rgb(122,40,174); }
div.DivClassName
{
background-color: #7A28AE;
}
.BgClassName
{
background-color: #7A28AE;
}
</style>
border-color css
<style>
span { border-color: #7A28AE; }
span { border-color: rgb(122,40,174); }
td.TdClassName
{
border-color: #7A28AE;
}
.TagClassName
{
border-color: #7A28AE;
}
</style>