Shades of Royal Purple #7F2FAC
Tints of Royal Purple #7F2FAC
RGB
CMYK
RGB Variations
Color information
#7F2FAC (or 0x7F2FAC) is known color: Royal Purple. HEX triplet: 7F, 2F and AC. RGB value is (127,47,172). Sum of RGB (Red+Green+Blue) = 127+47+172=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F2FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2FAC is #80D053. Grayscale: #545454. Windows color (decimal): -8441940 or 11284351. OLE color: 11284351.
HSL color Cylindrical-coordinate representation of color #7F2FAC: hue angle of 278.4º 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 #7F2FAC is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 47 | 172 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.33 |
| HSL | 278.4º | 0.57% | 0.43% | - |
| HSV(B) | 278.4º | 0.73% | 0.67% | - |
| XYZ | 17.22 | 9.52 | 39.96 | - |
| YUV | 85.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 172 | 0.26 | 0.73 | 0 | 0.33 | 278.4 | 0.57 | 0.43 |
| Hex | 7F | 2F | AC | 1A | 49 | 0 | 21 | 116 | 39 | 2B |
| Octal | 177 | 57 | 254 | 32 | 111 | 0 | 41 | 426 | 71 | 53 |
| Binary | 1111111 | 101111 | 10101100 | 11010 | 1001001 | 0 | 100001 | 100010110 | 111001 | 101011 |
Color Harmonies of #7F2FAC
Complementary color
Monochromatic Colors of #7F2FAC
Black with #7F2FAC
Text Example
Text Example
White with #7F2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2FAC; }
p { color: rgb(127,47,172); }
H1.HeaderClassName
{
color: #7F2FAC;
}
.AnyTagClassName
{
color: #7F2FAC;
}
</style>
background-color css
<style>
a { background-color: #7F2FAC; }
a { background-color: rgb(127,47,172); }
div.DivClassName
{
background-color: #7F2FAC;
}
.BgClassName
{
background-color: #7F2FAC;
}
</style>
border-color css
<style>
span { border-color: #7F2FAC; }
span { border-color: rgb(127,47,172); }
td.TdClassName
{
border-color: #7F2FAC;
}
.TagClassName
{
border-color: #7F2FAC;
}
</style>