Shades of Royal Purple #77359D
Tints of Royal Purple #77359D
RGB
CMYK
RGB Variations
Color information
#77359D (or 0x77359D) is known color: Royal Purple. HEX triplet: 77, 35 and 9D. RGB value is (119,53,157). Sum of RGB (Red+Green+Blue) = 119+53+157=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #77359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77359D is #88CA62. Grayscale: #545454. Windows color (decimal): -8964707 or 10302839. OLE color: 10302839.
HSL color Cylindrical-coordinate representation of color #77359D: hue angle of 278.08º 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 #77359D is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 53 | 157 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.38 |
| HSL | 278.08º | 0.5% | 0.41% | - |
| HSV(B) | 278.08º | 0.66% | 0.62% | - |
| XYZ | 14.97 | 8.9 | 32.83 | - |
| YUV | 84.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 157 | 0.24 | 0.66 | 0 | 0.38 | 278.08 | 0.5 | 0.41 |
| Hex | 77 | 35 | 9D | 18 | 42 | 0 | 26 | 116 | 32 | 29 |
| Octal | 167 | 65 | 235 | 30 | 102 | 0 | 46 | 426 | 62 | 51 |
| Binary | 1110111 | 110101 | 10011101 | 11000 | 1000010 | 0 | 100110 | 100010110 | 110010 | 101001 |
Color Harmonies of #77359D
Complementary color
Monochromatic Colors of #77359D
Black with #77359D
Text Example
Text Example
White with #77359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77359D; }
p { color: rgb(119,53,157); }
H1.HeaderClassName
{
color: #77359D;
}
.AnyTagClassName
{
color: #77359D;
}
</style>
background-color css
<style>
a { background-color: #77359D; }
a { background-color: rgb(119,53,157); }
div.DivClassName
{
background-color: #77359D;
}
.BgClassName
{
background-color: #77359D;
}
</style>
border-color css
<style>
span { border-color: #77359D; }
span { border-color: rgb(119,53,157); }
td.TdClassName
{
border-color: #77359D;
}
.TagClassName
{
border-color: #77359D;
}
</style>