Shades of Royal Purple #7935AC
Tints of Royal Purple #7935AC
RGB
CMYK
RGB Variations
Color information
#7935AC (or 0x7935AC) is known color: Royal Purple. HEX triplet: 79, 35 and AC. RGB value is (121,53,172). Sum of RGB (Red+Green+Blue) = 121+53+172=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #7935AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7935AC is #86CA53. Grayscale: #565656. Windows color (decimal): -8833620 or 11285881. OLE color: 11285881.
HSL color Cylindrical-coordinate representation of color #7935AC: hue angle of 274.29º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7935AC is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 53 | 172 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.33 |
| HSL | 274.29º | 0.53% | 0.44% | - |
| HSV(B) | 274.29º | 0.69% | 0.67% | - |
| XYZ | 16.6 | 9.59 | 40.01 | - |
| YUV | 86.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 53 | 172 | 0.30 | 0.69 | 0 | 0.33 | 274.29 | 0.53 | 0.44 |
| Hex | 79 | 35 | AC | 1E | 45 | 0 | 21 | 112 | 35 | 2C |
| Octal | 171 | 65 | 254 | 36 | 105 | 0 | 41 | 422 | 65 | 54 |
| Binary | 1111001 | 110101 | 10101100 | 11110 | 1000101 | 0 | 100001 | 100010010 | 110101 | 101100 |
Color Harmonies of #7935AC
Complementary color
Monochromatic Colors of #7935AC
Black with #7935AC
Text Example
Text Example
White with #7935AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7935AC; }
p { color: rgb(121,53,172); }
H1.HeaderClassName
{
color: #7935AC;
}
.AnyTagClassName
{
color: #7935AC;
}
</style>
background-color css
<style>
a { background-color: #7935AC; }
a { background-color: rgb(121,53,172); }
div.DivClassName
{
background-color: #7935AC;
}
.BgClassName
{
background-color: #7935AC;
}
</style>
border-color css
<style>
span { border-color: #7935AC; }
span { border-color: rgb(121,53,172); }
td.TdClassName
{
border-color: #7935AC;
}
.TagClassName
{
border-color: #7935AC;
}
</style>