Shades of Royal Purple #7E2FAC
Tints of Royal Purple #7E2FAC
RGB
CMYK
RGB Variations
Color information
#7E2FAC (or 0x7E2FAC) is known color: Royal Purple. HEX triplet: 7E, 2F and AC. RGB value is (126,47,172). Sum of RGB (Red+Green+Blue) = 126+47+172=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E2FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2FAC is #81D053. Grayscale: #545454. Windows color (decimal): -8507476 or 11284350. OLE color: 11284350.
HSL color Cylindrical-coordinate representation of color #7E2FAC: hue angle of 277.92º 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 #7E2FAC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 47 | 172 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.33 |
| HSL | 277.92º | 0.57% | 0.43% | - |
| HSV(B) | 277.92º | 0.73% | 0.67% | - |
| XYZ | 17.07 | 9.45 | 39.95 | - |
| YUV | 84.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 47 | 172 | 0.27 | 0.73 | 0 | 0.33 | 277.92 | 0.57 | 0.43 |
| Hex | 7E | 2F | AC | 1B | 49 | 0 | 21 | 116 | 39 | 2B |
| Octal | 176 | 57 | 254 | 33 | 111 | 0 | 41 | 426 | 71 | 53 |
| Binary | 1111110 | 101111 | 10101100 | 11011 | 1001001 | 0 | 100001 | 100010110 | 111001 | 101011 |
Color Harmonies of #7E2FAC
Complementary color
Monochromatic Colors of #7E2FAC
Black with #7E2FAC
Text Example
Text Example
White with #7E2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2FAC; }
p { color: rgb(126,47,172); }
H1.HeaderClassName
{
color: #7E2FAC;
}
.AnyTagClassName
{
color: #7E2FAC;
}
</style>
background-color css
<style>
a { background-color: #7E2FAC; }
a { background-color: rgb(126,47,172); }
div.DivClassName
{
background-color: #7E2FAC;
}
.BgClassName
{
background-color: #7E2FAC;
}
</style>
border-color css
<style>
span { border-color: #7E2FAC; }
span { border-color: rgb(126,47,172); }
td.TdClassName
{
border-color: #7E2FAC;
}
.TagClassName
{
border-color: #7E2FAC;
}
</style>