Shades of Royal Purple #7A23AC
Tints of Royal Purple #7A23AC
RGB
CMYK
RGB Variations
Color information
#7A23AC (or 0x7A23AC) is known color: Royal Purple. HEX triplet: 7A, 23 and AC. RGB value is (122,35,172). Sum of RGB (Red+Green+Blue) = 122+35+172=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A23AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A23AC is #85DC53. Grayscale: #4C4C4C. Windows color (decimal): -8772692 or 11281274. OLE color: 11281274.
HSL color Cylindrical-coordinate representation of color #7A23AC: hue angle of 278.1º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A23AC is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 35 | 172 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.33 |
| HSL | 278.1º | 0.66% | 0.41% | - |
| HSV(B) | 278.1º | 0.8% | 0.67% | - |
| XYZ | 16.07 | 8.32 | 39.79 | - |
| YUV | 76.63 | 181.82 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 35 | 172 | 0.29 | 0.80 | 0 | 0.33 | 278.1 | 0.66 | 0.41 |
| Hex | 7A | 23 | AC | 1D | 50 | 0 | 21 | 116 | 42 | 29 |
| Octal | 172 | 43 | 254 | 35 | 120 | 0 | 41 | 426 | 102 | 51 |
| Binary | 1111010 | 100011 | 10101100 | 11101 | 1010000 | 0 | 100001 | 100010110 | 1000010 | 101001 |
Color Harmonies of #7A23AC
Complementary color
Monochromatic Colors of #7A23AC
Black with #7A23AC
Text Example
Text Example
White with #7A23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A23AC; }
p { color: rgb(122,35,172); }
H1.HeaderClassName
{
color: #7A23AC;
}
.AnyTagClassName
{
color: #7A23AC;
}
</style>
background-color css
<style>
a { background-color: #7A23AC; }
a { background-color: rgb(122,35,172); }
div.DivClassName
{
background-color: #7A23AC;
}
.BgClassName
{
background-color: #7A23AC;
}
</style>
border-color css
<style>
span { border-color: #7A23AC; }
span { border-color: rgb(122,35,172); }
td.TdClassName
{
border-color: #7A23AC;
}
.TagClassName
{
border-color: #7A23AC;
}
</style>