Shades of Royal Purple #7C2FAB
Tints of Royal Purple #7C2FAB
RGB
CMYK
RGB Variations
Color information
#7C2FAB (or 0x7C2FAB) is known color: Royal Purple. HEX triplet: 7C, 2F and AB. RGB value is (124,47,171). Sum of RGB (Red+Green+Blue) = 124+47+171=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C2FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2FAB is #83D054. Grayscale: #535353. Windows color (decimal): -8638549 or 11218812. OLE color: 11218812.
HSL color Cylindrical-coordinate representation of color #7C2FAB: hue angle of 277.26º 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 #7C2FAB is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 47 | 171 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.33 |
| HSL | 277.26º | 0.57% | 0.43% | - |
| HSV(B) | 277.26º | 0.73% | 0.67% | - |
| XYZ | 16.68 | 9.26 | 39.44 | - |
| YUV | 84.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 47 | 171 | 0.27 | 0.73 | 0 | 0.33 | 277.26 | 0.57 | 0.43 |
| Hex | 7C | 2F | AB | 1B | 49 | 0 | 21 | 115 | 39 | 2B |
| Octal | 174 | 57 | 253 | 33 | 111 | 0 | 41 | 425 | 71 | 53 |
| Binary | 1111100 | 101111 | 10101011 | 11011 | 1001001 | 0 | 100001 | 100010101 | 111001 | 101011 |
Color Harmonies of #7C2FAB
Complementary color
Monochromatic Colors of #7C2FAB
Black with #7C2FAB
Text Example
Text Example
White with #7C2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2FAB; }
p { color: rgb(124,47,171); }
H1.HeaderClassName
{
color: #7C2FAB;
}
.AnyTagClassName
{
color: #7C2FAB;
}
</style>
background-color css
<style>
a { background-color: #7C2FAB; }
a { background-color: rgb(124,47,171); }
div.DivClassName
{
background-color: #7C2FAB;
}
.BgClassName
{
background-color: #7C2FAB;
}
</style>
border-color css
<style>
span { border-color: #7C2FAB; }
span { border-color: rgb(124,47,171); }
td.TdClassName
{
border-color: #7C2FAB;
}
.TagClassName
{
border-color: #7C2FAB;
}
</style>