Shades of Royal Purple #7B2FAB
Tints of Royal Purple #7B2FAB
RGB
CMYK
RGB Variations
Color information
#7B2FAB (or 0x7B2FAB) is known color: Royal Purple. HEX triplet: 7B, 2F and AB. RGB value is (123,47,171). Sum of RGB (Red+Green+Blue) = 123+47+171=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B2FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2FAB is #84D054. Grayscale: #535353. Windows color (decimal): -8704085 or 11218811. OLE color: 11218811.
HSL color Cylindrical-coordinate representation of color #7B2FAB: hue angle of 276.77º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B2FAB is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 47 | 171 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.33 |
| HSL | 276.77º | 0.57% | 0.43% | - |
| HSV(B) | 276.77º | 0.73% | 0.67% | - |
| XYZ | 16.54 | 9.18 | 39.43 | - |
| YUV | 83.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 171 | 0.28 | 0.73 | 0 | 0.33 | 276.77 | 0.57 | 0.43 |
| Hex | 7B | 2F | AB | 1C | 49 | 0 | 21 | 115 | 39 | 2B |
| Octal | 173 | 57 | 253 | 34 | 111 | 0 | 41 | 425 | 71 | 53 |
| Binary | 1111011 | 101111 | 10101011 | 11100 | 1001001 | 0 | 100001 | 100010101 | 111001 | 101011 |
Color Harmonies of #7B2FAB
Complementary color
Monochromatic Colors of #7B2FAB
Black with #7B2FAB
Text Example
Text Example
White with #7B2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2FAB; }
p { color: rgb(123,47,171); }
H1.HeaderClassName
{
color: #7B2FAB;
}
.AnyTagClassName
{
color: #7B2FAB;
}
</style>
background-color css
<style>
a { background-color: #7B2FAB; }
a { background-color: rgb(123,47,171); }
div.DivClassName
{
background-color: #7B2FAB;
}
.BgClassName
{
background-color: #7B2FAB;
}
</style>
border-color css
<style>
span { border-color: #7B2FAB; }
span { border-color: rgb(123,47,171); }
td.TdClassName
{
border-color: #7B2FAB;
}
.TagClassName
{
border-color: #7B2FAB;
}
</style>