Shades of Royal Purple #7930A4
Tints of Royal Purple #7930A4
RGB
CMYK
RGB Variations
Color information
#7930A4 (or 0x7930A4) is known color: Royal Purple. HEX triplet: 79, 30 and A4. RGB value is (121,48,164). Sum of RGB (Red+Green+Blue) = 121+48+164=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #7930A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7930A4 is #86CF5B. Grayscale: #525252. Windows color (decimal): -8834908 or 10760313. OLE color: 10760313.
HSL color Cylindrical-coordinate representation of color #7930A4: hue angle of 277.76º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7930A4 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 48 | 164 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.36 |
| HSL | 277.76º | 0.55% | 0.42% | - |
| HSV(B) | 277.76º | 0.71% | 0.64% | - |
| XYZ | 15.64 | 8.86 | 36.01 | - |
| YUV | 83.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 48 | 164 | 0.26 | 0.71 | 0 | 0.36 | 277.76 | 0.55 | 0.42 |
| Hex | 79 | 30 | A4 | 1A | 47 | 0 | 24 | 116 | 37 | 2A |
| Octal | 171 | 60 | 244 | 32 | 107 | 0 | 44 | 426 | 67 | 52 |
| Binary | 1111001 | 110000 | 10100100 | 11010 | 1000111 | 0 | 100100 | 100010110 | 110111 | 101010 |
Color Harmonies of #7930A4
Complementary color
Monochromatic Colors of #7930A4
Black with #7930A4
Text Example
Text Example
White with #7930A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7930A4; }
p { color: rgb(121,48,164); }
H1.HeaderClassName
{
color: #7930A4;
}
.AnyTagClassName
{
color: #7930A4;
}
</style>
background-color css
<style>
a { background-color: #7930A4; }
a { background-color: rgb(121,48,164); }
div.DivClassName
{
background-color: #7930A4;
}
.BgClassName
{
background-color: #7930A4;
}
</style>
border-color css
<style>
span { border-color: #7930A4; }
span { border-color: rgb(121,48,164); }
td.TdClassName
{
border-color: #7930A4;
}
.TagClassName
{
border-color: #7930A4;
}
</style>