Shades of Royal Purple #7A28AC
Tints of Royal Purple #7A28AC
RGB
CMYK
RGB Variations
Color information
#7A28AC (or 0x7A28AC) is known color: Royal Purple. HEX triplet: 7A, 28 and AC. RGB value is (122,40,172). Sum of RGB (Red+Green+Blue) = 122+40+172=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A28AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A28AC is #85D753. Grayscale: #4F4F4F. Windows color (decimal): -8771412 or 11282554. OLE color: 11282554.
HSL color Cylindrical-coordinate representation of color #7A28AC: hue angle of 277.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A28AC is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 40 | 172 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.33 |
| HSL | 277.27º | 0.62% | 0.42% | - |
| HSV(B) | 277.27º | 0.77% | 0.67% | - |
| XYZ | 16.23 | 8.63 | 39.84 | - |
| YUV | 79.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 172 | 0.29 | 0.77 | 0 | 0.33 | 277.27 | 0.62 | 0.42 |
| Hex | 7A | 28 | AC | 1D | 4D | 0 | 21 | 115 | 3E | 2A |
| Octal | 172 | 50 | 254 | 35 | 115 | 0 | 41 | 425 | 76 | 52 |
| Binary | 1111010 | 101000 | 10101100 | 11101 | 1001101 | 0 | 100001 | 100010101 | 111110 | 101010 |
Color Harmonies of #7A28AC
Complementary color
Monochromatic Colors of #7A28AC
Black with #7A28AC
Text Example
Text Example
White with #7A28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A28AC; }
p { color: rgb(122,40,172); }
H1.HeaderClassName
{
color: #7A28AC;
}
.AnyTagClassName
{
color: #7A28AC;
}
</style>
background-color css
<style>
a { background-color: #7A28AC; }
a { background-color: rgb(122,40,172); }
div.DivClassName
{
background-color: #7A28AC;
}
.BgClassName
{
background-color: #7A28AC;
}
</style>
border-color css
<style>
span { border-color: #7A28AC; }
span { border-color: rgb(122,40,172); }
td.TdClassName
{
border-color: #7A28AC;
}
.TagClassName
{
border-color: #7A28AC;
}
</style>