Shades of Royal Purple #7934AC
Tints of Royal Purple #7934AC
RGB
CMYK
RGB Variations
Color information
#7934AC (or 0x7934AC) is known color: Royal Purple. HEX triplet: 79, 34 and AC. RGB value is (121,52,172). Sum of RGB (Red+Green+Blue) = 121+52+172=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 52 (20.70% from 255 or 15.07% 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 #7934AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7934AC is #86CB53. Grayscale: #555555. Windows color (decimal): -8833876 or 11285625. OLE color: 11285625.
HSL color Cylindrical-coordinate representation of color #7934AC: hue angle of 274.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7934AC is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 52 | 172 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.33 |
| HSL | 274.5º | 0.54% | 0.44% | - |
| HSV(B) | 274.5º | 0.7% | 0.67% | - |
| XYZ | 16.56 | 9.5 | 39.99 | - |
| YUV | 86.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 172 | 0.30 | 0.70 | 0 | 0.33 | 274.5 | 0.54 | 0.44 |
| Hex | 79 | 34 | AC | 1E | 46 | 0 | 21 | 112 | 36 | 2C |
| Octal | 171 | 64 | 254 | 36 | 106 | 0 | 41 | 422 | 66 | 54 |
| Binary | 1111001 | 110100 | 10101100 | 11110 | 1000110 | 0 | 100001 | 100010010 | 110110 | 101100 |
Color Harmonies of #7934AC
Complementary color
Monochromatic Colors of #7934AC
Black with #7934AC
Text Example
Text Example
White with #7934AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7934AC; }
p { color: rgb(121,52,172); }
H1.HeaderClassName
{
color: #7934AC;
}
.AnyTagClassName
{
color: #7934AC;
}
</style>
background-color css
<style>
a { background-color: #7934AC; }
a { background-color: rgb(121,52,172); }
div.DivClassName
{
background-color: #7934AC;
}
.BgClassName
{
background-color: #7934AC;
}
</style>
border-color css
<style>
span { border-color: #7934AC; }
span { border-color: rgb(121,52,172); }
td.TdClassName
{
border-color: #7934AC;
}
.TagClassName
{
border-color: #7934AC;
}
</style>