Shades of Royal Purple #7B3BAC
Tints of Royal Purple #7B3BAC
RGB
CMYK
RGB Variations
Color information
#7B3BAC (or 0x7B3BAC) is known color: Royal Purple. HEX triplet: 7B, 3B and AC. RGB value is (123,59,172). Sum of RGB (Red+Green+Blue) = 123+59+172=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B3BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3BAC is #84C453. Grayscale: #5A5A5A. Windows color (decimal): -8701012 or 11287419. OLE color: 11287419.
HSL color Cylindrical-coordinate representation of color #7B3BAC: hue angle of 273.98º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B3BAC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 59 | 172 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.33 |
| HSL | 273.98º | 0.49% | 0.45% | - |
| HSV(B) | 273.98º | 0.66% | 0.67% | - |
| XYZ | 17.18 | 10.32 | 40.12 | - |
| YUV | 91.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 59 | 172 | 0.28 | 0.66 | 0 | 0.33 | 273.98 | 0.49 | 0.45 |
| Hex | 7B | 3B | AC | 1C | 42 | 0 | 21 | 112 | 31 | 2D |
| Octal | 173 | 73 | 254 | 34 | 102 | 0 | 41 | 422 | 61 | 55 |
| Binary | 1111011 | 111011 | 10101100 | 11100 | 1000010 | 0 | 100001 | 100010010 | 110001 | 101101 |
Color Harmonies of #7B3BAC
Complementary color
Monochromatic Colors of #7B3BAC
Black with #7B3BAC
Text Example
Text Example
White with #7B3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3BAC; }
p { color: rgb(123,59,172); }
H1.HeaderClassName
{
color: #7B3BAC;
}
.AnyTagClassName
{
color: #7B3BAC;
}
</style>
background-color css
<style>
a { background-color: #7B3BAC; }
a { background-color: rgb(123,59,172); }
div.DivClassName
{
background-color: #7B3BAC;
}
.BgClassName
{
background-color: #7B3BAC;
}
</style>
border-color css
<style>
span { border-color: #7B3BAC; }
span { border-color: rgb(123,59,172); }
td.TdClassName
{
border-color: #7B3BAC;
}
.TagClassName
{
border-color: #7B3BAC;
}
</style>