Shades of Royal Purple #7B2FAD
Tints of Royal Purple #7B2FAD
RGB
CMYK
RGB Variations
Color information
#7B2FAD (or 0x7B2FAD) is known color: Royal Purple. HEX triplet: 7B, 2F and AD. RGB value is (123,47,173). Sum of RGB (Red+Green+Blue) = 123+47+173=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B2FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2FAD is #84D052. Grayscale: #535353. Windows color (decimal): -8704083 or 11349883. OLE color: 11349883.
HSL color Cylindrical-coordinate representation of color #7B2FAD: hue angle of 276.19º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B2FAD is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 47 | 173 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.32 |
| HSL | 276.19º | 0.57% | 0.43% | - |
| HSV(B) | 276.19º | 0.73% | 0.68% | - |
| XYZ | 16.73 | 9.26 | 40.44 | - |
| YUV | 84.09 | 178.18 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 173 | 0.29 | 0.73 | 0 | 0.32 | 276.19 | 0.57 | 0.43 |
| Hex | 7B | 2F | AD | 1D | 49 | 0 | 20 | 114 | 39 | 2B |
| Octal | 173 | 57 | 255 | 35 | 111 | 0 | 40 | 424 | 71 | 53 |
| Binary | 1111011 | 101111 | 10101101 | 11101 | 1001001 | 0 | 100000 | 100010100 | 111001 | 101011 |
Color Harmonies of #7B2FAD
Complementary color
Monochromatic Colors of #7B2FAD
Black with #7B2FAD
Text Example
Text Example
White with #7B2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2FAD; }
p { color: rgb(123,47,173); }
H1.HeaderClassName
{
color: #7B2FAD;
}
.AnyTagClassName
{
color: #7B2FAD;
}
</style>
background-color css
<style>
a { background-color: #7B2FAD; }
a { background-color: rgb(123,47,173); }
div.DivClassName
{
background-color: #7B2FAD;
}
.BgClassName
{
background-color: #7B2FAD;
}
</style>
border-color css
<style>
span { border-color: #7B2FAD; }
span { border-color: rgb(123,47,173); }
td.TdClassName
{
border-color: #7B2FAD;
}
.TagClassName
{
border-color: #7B2FAD;
}
</style>