Shades of Royal Purple #7B39AB
Tints of Royal Purple #7B39AB
RGB
CMYK
RGB Variations
Color information
#7B39AB (or 0x7B39AB) is known color: Royal Purple. HEX triplet: 7B, 39 and AB. RGB value is (123,57,171). Sum of RGB (Red+Green+Blue) = 123+57+171=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B39AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B39AB is #84C654. Grayscale: #595959. Windows color (decimal): -8701525 or 11221371. OLE color: 11221371.
HSL color Cylindrical-coordinate representation of color #7B39AB: hue angle of 274.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B39AB is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 57 | 171 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.33 |
| HSL | 274.74º | 0.5% | 0.45% | - |
| HSV(B) | 274.74º | 0.67% | 0.67% | - |
| XYZ | 16.98 | 10.08 | 39.58 | - |
| YUV | 89.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 171 | 0.28 | 0.67 | 0 | 0.33 | 274.74 | 0.5 | 0.45 |
| Hex | 7B | 39 | AB | 1C | 43 | 0 | 21 | 113 | 32 | 2D |
| Octal | 173 | 71 | 253 | 34 | 103 | 0 | 41 | 423 | 62 | 55 |
| Binary | 1111011 | 111001 | 10101011 | 11100 | 1000011 | 0 | 100001 | 100010011 | 110010 | 101101 |
Color Harmonies of #7B39AB
Complementary color
Monochromatic Colors of #7B39AB
Black with #7B39AB
Text Example
Text Example
White with #7B39AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B39AB; }
p { color: rgb(123,57,171); }
H1.HeaderClassName
{
color: #7B39AB;
}
.AnyTagClassName
{
color: #7B39AB;
}
</style>
background-color css
<style>
a { background-color: #7B39AB; }
a { background-color: rgb(123,57,171); }
div.DivClassName
{
background-color: #7B39AB;
}
.BgClassName
{
background-color: #7B39AB;
}
</style>
border-color css
<style>
span { border-color: #7B39AB; }
span { border-color: rgb(123,57,171); }
td.TdClassName
{
border-color: #7B39AB;
}
.TagClassName
{
border-color: #7B39AB;
}
</style>