Shades of Royal Purple #7837B1
Tints of Royal Purple #7837B1
RGB
CMYK
RGB Variations
Color information
#7837B1 (or 0x7837B1) is known color: Royal Purple. HEX triplet: 78, 37 and B1. RGB value is (120,55,177). Sum of RGB (Red+Green+Blue) = 120+55+177=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #7837B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7837B1 is #87C84E. Grayscale: #575757. Windows color (decimal): -8898639 or 11614072. OLE color: 11614072.
HSL color Cylindrical-coordinate representation of color #7837B1: hue angle of 271.97º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7837B1 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 55 | 177 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.31 |
| HSL | 271.97º | 0.53% | 0.45% | - |
| HSV(B) | 271.97º | 0.69% | 0.69% | - |
| XYZ | 17.05 | 9.9 | 42.61 | - |
| YUV | 88.34 | 178.03 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 177 | 0.32 | 0.69 | 0 | 0.31 | 271.97 | 0.53 | 0.45 |
| Hex | 78 | 37 | B1 | 20 | 45 | 0 | 1F | 110 | 35 | 2D |
| Octal | 170 | 67 | 261 | 40 | 105 | 0 | 37 | 420 | 65 | 55 |
| Binary | 1111000 | 110111 | 10110001 | 100000 | 1000101 | 0 | 11111 | 100010000 | 110101 | 101101 |
Color Harmonies of #7837B1
Complementary color
Monochromatic Colors of #7837B1
Black with #7837B1
Text Example
Text Example
White with #7837B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7837B1; }
p { color: rgb(120,55,177); }
H1.HeaderClassName
{
color: #7837B1;
}
.AnyTagClassName
{
color: #7837B1;
}
</style>
background-color css
<style>
a { background-color: #7837B1; }
a { background-color: rgb(120,55,177); }
div.DivClassName
{
background-color: #7837B1;
}
.BgClassName
{
background-color: #7837B1;
}
</style>
border-color css
<style>
span { border-color: #7837B1; }
span { border-color: rgb(120,55,177); }
td.TdClassName
{
border-color: #7837B1;
}
.TagClassName
{
border-color: #7837B1;
}
</style>