Shades of Royal Purple #7B29AF
Tints of Royal Purple #7B29AF
RGB
CMYK
RGB Variations
Color information
#7B29AF (or 0x7B29AF) is known color: Royal Purple. HEX triplet: 7B, 29 and AF. RGB value is (123,41,175). Sum of RGB (Red+Green+Blue) = 123+41+175=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B29AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B29AF is #84D650. Grayscale: #505050. Windows color (decimal): -8705617 or 11479419. OLE color: 11479419.
HSL color Cylindrical-coordinate representation of color #7B29AF: hue angle of 276.72º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B29AF is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 41 | 175 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.31 |
| HSL | 276.72º | 0.62% | 0.42% | - |
| HSV(B) | 276.72º | 0.77% | 0.69% | - |
| XYZ | 16.7 | 8.89 | 41.39 | - |
| YUV | 80.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 175 | 0.30 | 0.77 | 0 | 0.31 | 276.72 | 0.62 | 0.42 |
| Hex | 7B | 29 | AF | 1E | 4D | 0 | 1F | 115 | 3E | 2A |
| Octal | 173 | 51 | 257 | 36 | 115 | 0 | 37 | 425 | 76 | 52 |
| Binary | 1111011 | 101001 | 10101111 | 11110 | 1001101 | 0 | 11111 | 100010101 | 111110 | 101010 |
Color Harmonies of #7B29AF
Complementary color
Monochromatic Colors of #7B29AF
Black with #7B29AF
Text Example
Text Example
White with #7B29AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B29AF; }
p { color: rgb(123,41,175); }
H1.HeaderClassName
{
color: #7B29AF;
}
.AnyTagClassName
{
color: #7B29AF;
}
</style>
background-color css
<style>
a { background-color: #7B29AF; }
a { background-color: rgb(123,41,175); }
div.DivClassName
{
background-color: #7B29AF;
}
.BgClassName
{
background-color: #7B29AF;
}
</style>
border-color css
<style>
span { border-color: #7B29AF; }
span { border-color: rgb(123,41,175); }
td.TdClassName
{
border-color: #7B29AF;
}
.TagClassName
{
border-color: #7B29AF;
}
</style>