Shades of Royal Purple #77359E
Tints of Royal Purple #77359E
RGB
CMYK
RGB Variations
Color information
#77359E (or 0x77359E) is known color: Royal Purple. HEX triplet: 77, 35 and 9E. RGB value is (119,53,158). Sum of RGB (Red+Green+Blue) = 119+53+158=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #77359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77359E is #88CA61. Grayscale: #545454. Windows color (decimal): -8964706 or 10368375. OLE color: 10368375.
HSL color Cylindrical-coordinate representation of color #77359E: hue angle of 277.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77359E is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 53 | 158 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.38 |
| HSL | 277.71º | 0.5% | 0.41% | - |
| HSV(B) | 277.71º | 0.66% | 0.62% | - |
| XYZ | 15.05 | 8.94 | 33.28 | - |
| YUV | 84.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 158 | 0.25 | 0.66 | 0 | 0.38 | 277.71 | 0.5 | 0.41 |
| Hex | 77 | 35 | 9E | 19 | 42 | 0 | 26 | 116 | 32 | 29 |
| Octal | 167 | 65 | 236 | 31 | 102 | 0 | 46 | 426 | 62 | 51 |
| Binary | 1110111 | 110101 | 10011110 | 11001 | 1000010 | 0 | 100110 | 100010110 | 110010 | 101001 |
Color Harmonies of #77359E
Complementary color
Monochromatic Colors of #77359E
Black with #77359E
Text Example
Text Example
White with #77359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77359E; }
p { color: rgb(119,53,158); }
H1.HeaderClassName
{
color: #77359E;
}
.AnyTagClassName
{
color: #77359E;
}
</style>
background-color css
<style>
a { background-color: #77359E; }
a { background-color: rgb(119,53,158); }
div.DivClassName
{
background-color: #77359E;
}
.BgClassName
{
background-color: #77359E;
}
</style>
border-color css
<style>
span { border-color: #77359E; }
span { border-color: rgb(119,53,158); }
td.TdClassName
{
border-color: #77359E;
}
.TagClassName
{
border-color: #77359E;
}
</style>