Shades of Royal Purple #7B33AA
Tints of Royal Purple #7B33AA
RGB
CMYK
RGB Variations
Color information
#7B33AA (or 0x7B33AA) is known color: Royal Purple. HEX triplet: 7B, 33 and AA. RGB value is (123,51,170). Sum of RGB (Red+Green+Blue) = 123+51+170=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B33AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B33AA is #84CC55. Grayscale: #555555. Windows color (decimal): -8703062 or 11154299. OLE color: 11154299.
HSL color Cylindrical-coordinate representation of color #7B33AA: hue angle of 276.3º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B33AA is Cyan = 0.28, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 51 | 170 | - |
| CMYK | 0.28 | 0.7 | 0 | 0.33 |
| HSL | 276.3º | 0.54% | 0.43% | - |
| HSV(B) | 276.3º | 0.7% | 0.67% | - |
| XYZ | 16.61 | 9.48 | 38.98 | - |
| YUV | 86.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 170 | 0.28 | 0.7 | 0 | 0.33 | 276.3 | 0.54 | 0.43 |
| Hex | 7B | 33 | AA | 1C | 46 | 0 | 21 | 114 | 36 | 2B |
| Octal | 173 | 63 | 252 | 34 | 106 | 0 | 41 | 424 | 66 | 53 |
| Binary | 1111011 | 110011 | 10101010 | 11100 | 1000110 | 0 | 100001 | 100010100 | 110110 | 101011 |
Color Harmonies of #7B33AA
Complementary color
Monochromatic Colors of #7B33AA
Black with #7B33AA
Text Example
Text Example
White with #7B33AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B33AA; }
p { color: rgb(123,51,170); }
H1.HeaderClassName
{
color: #7B33AA;
}
.AnyTagClassName
{
color: #7B33AA;
}
</style>
background-color css
<style>
a { background-color: #7B33AA; }
a { background-color: rgb(123,51,170); }
div.DivClassName
{
background-color: #7B33AA;
}
.BgClassName
{
background-color: #7B33AA;
}
</style>
border-color css
<style>
span { border-color: #7B33AA; }
span { border-color: rgb(123,51,170); }
td.TdClassName
{
border-color: #7B33AA;
}
.TagClassName
{
border-color: #7B33AA;
}
</style>