Shades of Royal Purple #7934AB
Tints of Royal Purple #7934AB
RGB
CMYK
RGB Variations
Color information
#7934AB (or 0x7934AB) is known color: Royal Purple. HEX triplet: 79, 34 and AB. RGB value is (121,52,171). Sum of RGB (Red+Green+Blue) = 121+52+171=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #7934AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7934AB is #86CB54. Grayscale: #555555. Windows color (decimal): -8833877 or 11220089. OLE color: 11220089.
HSL color Cylindrical-coordinate representation of color #7934AB: hue angle of 274.79º degrees, saturation: 0.53, 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 #7934AB is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 52 | 171 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.33 |
| HSL | 274.79º | 0.53% | 0.44% | - |
| HSV(B) | 274.79º | 0.7% | 0.67% | - |
| XYZ | 16.46 | 9.46 | 39.49 | - |
| YUV | 86.2 | 175.86 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 171 | 0.29 | 0.70 | 0 | 0.33 | 274.79 | 0.53 | 0.44 |
| Hex | 79 | 34 | AB | 1D | 46 | 0 | 21 | 113 | 35 | 2C |
| Octal | 171 | 64 | 253 | 35 | 106 | 0 | 41 | 423 | 65 | 54 |
| Binary | 1111001 | 110100 | 10101011 | 11101 | 1000110 | 0 | 100001 | 100010011 | 110101 | 101100 |
Color Harmonies of #7934AB
Complementary color
Monochromatic Colors of #7934AB
Black with #7934AB
Text Example
Text Example
White with #7934AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7934AB; }
p { color: rgb(121,52,171); }
H1.HeaderClassName
{
color: #7934AB;
}
.AnyTagClassName
{
color: #7934AB;
}
</style>
background-color css
<style>
a { background-color: #7934AB; }
a { background-color: rgb(121,52,171); }
div.DivClassName
{
background-color: #7934AB;
}
.BgClassName
{
background-color: #7934AB;
}
</style>
border-color css
<style>
span { border-color: #7934AB; }
span { border-color: rgb(121,52,171); }
td.TdClassName
{
border-color: #7934AB;
}
.TagClassName
{
border-color: #7934AB;
}
</style>