Shades of Royal Purple #7839B1
Tints of Royal Purple #7839B1
RGB
CMYK
RGB Variations
Color information
#7839B1 (or 0x7839B1) is known color: Royal Purple. HEX triplet: 78, 39 and B1. RGB value is (120,57,177). Sum of RGB (Red+Green+Blue) = 120+57+177=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #7839B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7839B1 is #87C64E. Grayscale: #595959. Windows color (decimal): -8898127 or 11614584. OLE color: 11614584.
HSL color Cylindrical-coordinate representation of color #7839B1: hue angle of 271.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7839B1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 57 | 177 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.31 |
| HSL | 271.5º | 0.51% | 0.46% | - |
| HSV(B) | 271.5º | 0.68% | 0.69% | - |
| XYZ | 17.14 | 10.09 | 42.64 | - |
| YUV | 89.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 177 | 0.32 | 0.68 | 0 | 0.31 | 271.5 | 0.51 | 0.46 |
| Hex | 78 | 39 | B1 | 20 | 44 | 0 | 1F | 110 | 33 | 2E |
| Octal | 170 | 71 | 261 | 40 | 104 | 0 | 37 | 420 | 63 | 56 |
| Binary | 1111000 | 111001 | 10110001 | 100000 | 1000100 | 0 | 11111 | 100010000 | 110011 | 101110 |
Color Harmonies of #7839B1
Complementary color
Monochromatic Colors of #7839B1
Black with #7839B1
Text Example
Text Example
White with #7839B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7839B1; }
p { color: rgb(120,57,177); }
H1.HeaderClassName
{
color: #7839B1;
}
.AnyTagClassName
{
color: #7839B1;
}
</style>
background-color css
<style>
a { background-color: #7839B1; }
a { background-color: rgb(120,57,177); }
div.DivClassName
{
background-color: #7839B1;
}
.BgClassName
{
background-color: #7839B1;
}
</style>
border-color css
<style>
span { border-color: #7839B1; }
span { border-color: rgb(120,57,177); }
td.TdClassName
{
border-color: #7839B1;
}
.TagClassName
{
border-color: #7839B1;
}
</style>