Shades of Royal Purple #7937B5
Tints of Royal Purple #7937B5
RGB
CMYK
RGB Variations
Color information
#7937B5 (or 0x7937B5) is known color: Royal Purple. HEX triplet: 79, 37 and B5. RGB value is (121,55,181). Sum of RGB (Red+Green+Blue) = 121+55+181=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #7937B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7937B5 is #86C84A. Grayscale: #585858. Windows color (decimal): -8833099 or 11876217. OLE color: 11876217.
HSL color Cylindrical-coordinate representation of color #7937B5: hue angle of 271.43º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7937B5 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 55 | 181 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.29 |
| HSL | 271.43º | 0.53% | 0.46% | - |
| HSV(B) | 271.43º | 0.7% | 0.71% | - |
| XYZ | 17.59 | 10.13 | 44.74 | - |
| YUV | 89.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 55 | 181 | 0.33 | 0.70 | 0 | 0.29 | 271.43 | 0.53 | 0.46 |
| Hex | 79 | 37 | B5 | 21 | 46 | 0 | 1D | 10F | 35 | 2E |
| Octal | 171 | 67 | 265 | 41 | 106 | 0 | 35 | 417 | 65 | 56 |
| Binary | 1111001 | 110111 | 10110101 | 100001 | 1000110 | 0 | 11101 | 100001111 | 110101 | 101110 |
Color Harmonies of #7937B5
Complementary color
Monochromatic Colors of #7937B5
Black with #7937B5
Text Example
Text Example
White with #7937B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7937B5; }
p { color: rgb(121,55,181); }
H1.HeaderClassName
{
color: #7937B5;
}
.AnyTagClassName
{
color: #7937B5;
}
</style>
background-color css
<style>
a { background-color: #7937B5; }
a { background-color: rgb(121,55,181); }
div.DivClassName
{
background-color: #7937B5;
}
.BgClassName
{
background-color: #7937B5;
}
</style>
border-color css
<style>
span { border-color: #7937B5; }
span { border-color: rgb(121,55,181); }
td.TdClassName
{
border-color: #7937B5;
}
.TagClassName
{
border-color: #7937B5;
}
</style>