Shades of Royal Purple #7F32AC
Tints of Royal Purple #7F32AC
RGB
CMYK
RGB Variations
Color information
#7F32AC (or 0x7F32AC) is known color: Royal Purple. HEX triplet: 7F, 32 and AC. RGB value is (127,50,172). Sum of RGB (Red+Green+Blue) = 127+50+172=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F32AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F32AC is #80CD53. Grayscale: #565656. Windows color (decimal): -8441172 or 11285119. OLE color: 11285119.
HSL color Cylindrical-coordinate representation of color #7F32AC: hue angle of 277.87º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F32AC is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 50 | 172 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.33 |
| HSL | 277.87º | 0.55% | 0.44% | - |
| HSV(B) | 277.87º | 0.71% | 0.67% | - |
| XYZ | 17.34 | 9.77 | 40 | - |
| YUV | 86.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 172 | 0.26 | 0.71 | 0 | 0.33 | 277.87 | 0.55 | 0.44 |
| Hex | 7F | 32 | AC | 1A | 47 | 0 | 21 | 116 | 37 | 2C |
| Octal | 177 | 62 | 254 | 32 | 107 | 0 | 41 | 426 | 67 | 54 |
| Binary | 1111111 | 110010 | 10101100 | 11010 | 1000111 | 0 | 100001 | 100010110 | 110111 | 101100 |
Color Harmonies of #7F32AC
Complementary color
Monochromatic Colors of #7F32AC
Black with #7F32AC
Text Example
Text Example
White with #7F32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F32AC; }
p { color: rgb(127,50,172); }
H1.HeaderClassName
{
color: #7F32AC;
}
.AnyTagClassName
{
color: #7F32AC;
}
</style>
background-color css
<style>
a { background-color: #7F32AC; }
a { background-color: rgb(127,50,172); }
div.DivClassName
{
background-color: #7F32AC;
}
.BgClassName
{
background-color: #7F32AC;
}
</style>
border-color css
<style>
span { border-color: #7F32AC; }
span { border-color: rgb(127,50,172); }
td.TdClassName
{
border-color: #7F32AC;
}
.TagClassName
{
border-color: #7F32AC;
}
</style>