Shades of Royal Purple #7B29AD
Tints of Royal Purple #7B29AD
RGB
CMYK
RGB Variations
Color information
#7B29AD (or 0x7B29AD) is known color: Royal Purple. HEX triplet: 7B, 29 and AD. RGB value is (123,41,173). Sum of RGB (Red+Green+Blue) = 123+41+173=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B29AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B29AD is #84D652. Grayscale: #505050. Windows color (decimal): -8705619 or 11348347. OLE color: 11348347.
HSL color Cylindrical-coordinate representation of color #7B29AD: hue angle of 277.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B29AD is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 41 | 173 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.32 |
| HSL | 277.27º | 0.62% | 0.42% | - |
| HSV(B) | 277.27º | 0.76% | 0.68% | - |
| XYZ | 16.5 | 8.81 | 40.37 | - |
| YUV | 80.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 173 | 0.29 | 0.76 | 0 | 0.32 | 277.27 | 0.62 | 0.42 |
| Hex | 7B | 29 | AD | 1D | 4C | 0 | 20 | 115 | 3E | 2A |
| Octal | 173 | 51 | 255 | 35 | 114 | 0 | 40 | 425 | 76 | 52 |
| Binary | 1111011 | 101001 | 10101101 | 11101 | 1001100 | 0 | 100000 | 100010101 | 111110 | 101010 |
Color Harmonies of #7B29AD
Complementary color
Monochromatic Colors of #7B29AD
Black with #7B29AD
Text Example
Text Example
White with #7B29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B29AD; }
p { color: rgb(123,41,173); }
H1.HeaderClassName
{
color: #7B29AD;
}
.AnyTagClassName
{
color: #7B29AD;
}
</style>
background-color css
<style>
a { background-color: #7B29AD; }
a { background-color: rgb(123,41,173); }
div.DivClassName
{
background-color: #7B29AD;
}
.BgClassName
{
background-color: #7B29AD;
}
</style>
border-color css
<style>
span { border-color: #7B29AD; }
span { border-color: rgb(123,41,173); }
td.TdClassName
{
border-color: #7B29AD;
}
.TagClassName
{
border-color: #7B29AD;
}
</style>