Shades of Royal Purple #7B28AB
Tints of Royal Purple #7B28AB
RGB
CMYK
RGB Variations
Color information
#7B28AB (or 0x7B28AB) is known color: Royal Purple. HEX triplet: 7B, 28 and AB. RGB value is (123,40,171). Sum of RGB (Red+Green+Blue) = 123+40+171=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B28AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B28AB is #84D754. Grayscale: #4F4F4F. Windows color (decimal): -8705877 or 11217019. OLE color: 11217019.
HSL color Cylindrical-coordinate representation of color #7B28AB: hue angle of 278.02º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B28AB is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 40 | 171 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.33 |
| HSL | 278.02º | 0.62% | 0.41% | - |
| HSV(B) | 278.02º | 0.77% | 0.67% | - |
| XYZ | 16.28 | 8.67 | 39.34 | - |
| YUV | 79.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 171 | 0.28 | 0.77 | 0 | 0.33 | 278.02 | 0.62 | 0.41 |
| Hex | 7B | 28 | AB | 1C | 4D | 0 | 21 | 116 | 3E | 29 |
| Octal | 173 | 50 | 253 | 34 | 115 | 0 | 41 | 426 | 76 | 51 |
| Binary | 1111011 | 101000 | 10101011 | 11100 | 1001101 | 0 | 100001 | 100010110 | 111110 | 101001 |
Color Harmonies of #7B28AB
Complementary color
Monochromatic Colors of #7B28AB
Black with #7B28AB
Text Example
Text Example
White with #7B28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B28AB; }
p { color: rgb(123,40,171); }
H1.HeaderClassName
{
color: #7B28AB;
}
.AnyTagClassName
{
color: #7B28AB;
}
</style>
background-color css
<style>
a { background-color: #7B28AB; }
a { background-color: rgb(123,40,171); }
div.DivClassName
{
background-color: #7B28AB;
}
.BgClassName
{
background-color: #7B28AB;
}
</style>
border-color css
<style>
span { border-color: #7B28AB; }
span { border-color: rgb(123,40,171); }
td.TdClassName
{
border-color: #7B28AB;
}
.TagClassName
{
border-color: #7B28AB;
}
</style>