Shades of Royal Purple #7B26AB
Tints of Royal Purple #7B26AB
RGB
CMYK
RGB Variations
Color information
#7B26AB (or 0x7B26AB) is known color: Royal Purple. HEX triplet: 7B, 26 and AB. RGB value is (123,38,171). Sum of RGB (Red+Green+Blue) = 123+38+171=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B26AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B26AB is #84D954. Grayscale: #4E4E4E. Windows color (decimal): -8706389 or 11216507. OLE color: 11216507.
HSL color Cylindrical-coordinate representation of color #7B26AB: hue angle of 278.35º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B26AB is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 38 | 171 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.33 |
| HSL | 278.35º | 0.64% | 0.41% | - |
| HSV(B) | 278.35º | 0.78% | 0.67% | - |
| XYZ | 16.21 | 8.54 | 39.32 | - |
| YUV | 78.58 | 180.16 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 171 | 0.28 | 0.78 | 0 | 0.33 | 278.35 | 0.64 | 0.41 |
| Hex | 7B | 26 | AB | 1C | 4E | 0 | 21 | 116 | 40 | 29 |
| Octal | 173 | 46 | 253 | 34 | 116 | 0 | 41 | 426 | 100 | 51 |
| Binary | 1111011 | 100110 | 10101011 | 11100 | 1001110 | 0 | 100001 | 100010110 | 1000000 | 101001 |
Color Harmonies of #7B26AB
Complementary color
Monochromatic Colors of #7B26AB
Black with #7B26AB
Text Example
Text Example
White with #7B26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B26AB; }
p { color: rgb(123,38,171); }
H1.HeaderClassName
{
color: #7B26AB;
}
.AnyTagClassName
{
color: #7B26AB;
}
</style>
background-color css
<style>
a { background-color: #7B26AB; }
a { background-color: rgb(123,38,171); }
div.DivClassName
{
background-color: #7B26AB;
}
.BgClassName
{
background-color: #7B26AB;
}
</style>
border-color css
<style>
span { border-color: #7B26AB; }
span { border-color: rgb(123,38,171); }
td.TdClassName
{
border-color: #7B26AB;
}
.TagClassName
{
border-color: #7B26AB;
}
</style>