Shades of Royal Purple #7934B3
Tints of Royal Purple #7934B3
RGB
CMYK
RGB Variations
Color information
#7934B3 (or 0x7934B3) is known color: Royal Purple. HEX triplet: 79, 34 and B3. RGB value is (121,52,179). Sum of RGB (Red+Green+Blue) = 121+52+179=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #7934B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7934B3 is #86CB4C. Grayscale: #565656. Windows color (decimal): -8833869 or 11744377. OLE color: 11744377.
HSL color Cylindrical-coordinate representation of color #7934B3: hue angle of 272.6º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7934B3 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 52 | 179 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.30 |
| HSL | 272.6º | 0.55% | 0.45% | - |
| HSV(B) | 272.6º | 0.71% | 0.7% | - |
| XYZ | 17.25 | 9.78 | 43.63 | - |
| YUV | 87.11 | 179.86 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 179 | 0.32 | 0.71 | 0 | 0.30 | 272.6 | 0.55 | 0.45 |
| Hex | 79 | 34 | B3 | 20 | 47 | 0 | 1E | 111 | 37 | 2D |
| Octal | 171 | 64 | 263 | 40 | 107 | 0 | 36 | 421 | 67 | 55 |
| Binary | 1111001 | 110100 | 10110011 | 100000 | 1000111 | 0 | 11110 | 100010001 | 110111 | 101101 |
Color Harmonies of #7934B3
Complementary color
Monochromatic Colors of #7934B3
Black with #7934B3
Text Example
Text Example
White with #7934B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7934B3; }
p { color: rgb(121,52,179); }
H1.HeaderClassName
{
color: #7934B3;
}
.AnyTagClassName
{
color: #7934B3;
}
</style>
background-color css
<style>
a { background-color: #7934B3; }
a { background-color: rgb(121,52,179); }
div.DivClassName
{
background-color: #7934B3;
}
.BgClassName
{
background-color: #7934B3;
}
</style>
border-color css
<style>
span { border-color: #7934B3; }
span { border-color: rgb(121,52,179); }
td.TdClassName
{
border-color: #7934B3;
}
.TagClassName
{
border-color: #7934B3;
}
</style>