Shades of Royal Purple #7F30AC
Tints of Royal Purple #7F30AC
RGB
CMYK
RGB Variations
Color information
#7F30AC (or 0x7F30AC) is known color: Royal Purple. HEX triplet: 7F, 30 and AC. RGB value is (127,48,172). Sum of RGB (Red+Green+Blue) = 127+48+172=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F30AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F30AC is #80CF53. Grayscale: #555555. Windows color (decimal): -8441684 or 11284607. OLE color: 11284607.
HSL color Cylindrical-coordinate representation of color #7F30AC: hue angle of 278.23º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F30AC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 48 | 172 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.33 |
| HSL | 278.23º | 0.56% | 0.43% | - |
| HSV(B) | 278.23º | 0.72% | 0.67% | - |
| XYZ | 17.26 | 9.6 | 39.97 | - |
| YUV | 85.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 172 | 0.26 | 0.72 | 0 | 0.33 | 278.23 | 0.56 | 0.43 |
| Hex | 7F | 30 | AC | 1A | 48 | 0 | 21 | 116 | 38 | 2B |
| Octal | 177 | 60 | 254 | 32 | 110 | 0 | 41 | 426 | 70 | 53 |
| Binary | 1111111 | 110000 | 10101100 | 11010 | 1001000 | 0 | 100001 | 100010110 | 111000 | 101011 |
Color Harmonies of #7F30AC
Complementary color
Monochromatic Colors of #7F30AC
Black with #7F30AC
Text Example
Text Example
White with #7F30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F30AC; }
p { color: rgb(127,48,172); }
H1.HeaderClassName
{
color: #7F30AC;
}
.AnyTagClassName
{
color: #7F30AC;
}
</style>
background-color css
<style>
a { background-color: #7F30AC; }
a { background-color: rgb(127,48,172); }
div.DivClassName
{
background-color: #7F30AC;
}
.BgClassName
{
background-color: #7F30AC;
}
</style>
border-color css
<style>
span { border-color: #7F30AC; }
span { border-color: rgb(127,48,172); }
td.TdClassName
{
border-color: #7F30AC;
}
.TagClassName
{
border-color: #7F30AC;
}
</style>