Shades of Royal Purple #7B33AB
Tints of Royal Purple #7B33AB
RGB
CMYK
RGB Variations
Color information
#7B33AB (or 0x7B33AB) is known color: Royal Purple. HEX triplet: 7B, 33 and AB. RGB value is (123,51,171). Sum of RGB (Red+Green+Blue) = 123+51+171=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B33AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B33AB is #84CC54. Grayscale: #555555. Windows color (decimal): -8703061 or 11219835. OLE color: 11219835.
HSL color Cylindrical-coordinate representation of color #7B33AB: hue angle of 276º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B33AB is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 51 | 171 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.33 |
| HSL | 276º | 0.54% | 0.44% | - |
| HSV(B) | 276º | 0.7% | 0.67% | - |
| XYZ | 16.7 | 9.52 | 39.49 | - |
| YUV | 86.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 171 | 0.28 | 0.70 | 0 | 0.33 | 276 | 0.54 | 0.44 |
| Hex | 7B | 33 | AB | 1C | 46 | 0 | 21 | 114 | 36 | 2C |
| Octal | 173 | 63 | 253 | 34 | 106 | 0 | 41 | 424 | 66 | 54 |
| Binary | 1111011 | 110011 | 10101011 | 11100 | 1000110 | 0 | 100001 | 100010100 | 110110 | 101100 |
Color Harmonies of #7B33AB
Complementary color
Monochromatic Colors of #7B33AB
Black with #7B33AB
Text Example
Text Example
White with #7B33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B33AB; }
p { color: rgb(123,51,171); }
H1.HeaderClassName
{
color: #7B33AB;
}
.AnyTagClassName
{
color: #7B33AB;
}
</style>
background-color css
<style>
a { background-color: #7B33AB; }
a { background-color: rgb(123,51,171); }
div.DivClassName
{
background-color: #7B33AB;
}
.BgClassName
{
background-color: #7B33AB;
}
</style>
border-color css
<style>
span { border-color: #7B33AB; }
span { border-color: rgb(123,51,171); }
td.TdClassName
{
border-color: #7B33AB;
}
.TagClassName
{
border-color: #7B33AB;
}
</style>