Shades of Royal Purple #773E9C
Tints of Royal Purple #773E9C
RGB
CMYK
RGB Variations
Color information
#773E9C (or 0x773E9C) is known color: Royal Purple. HEX triplet: 77, 3E and 9C. RGB value is (119,62,156). Sum of RGB (Red+Green+Blue) = 119+62+156=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #773E9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773E9C is #88C163. Grayscale: #595959. Windows color (decimal): -8962404 or 10239607. OLE color: 10239607.
HSL color Cylindrical-coordinate representation of color #773E9C: hue angle of 276.38º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773E9C is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 62 | 156 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.39 |
| HSL | 276.38º | 0.43% | 0.43% | - |
| HSV(B) | 276.38º | 0.6% | 0.61% | - |
| XYZ | 15.33 | 9.77 | 32.53 | - |
| YUV | 89.76 | 165.38 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 156 | 0.24 | 0.60 | 0 | 0.39 | 276.38 | 0.43 | 0.43 |
| Hex | 77 | 3E | 9C | 18 | 3C | 0 | 27 | 114 | 2B | 2B |
| Octal | 167 | 76 | 234 | 30 | 74 | 0 | 47 | 424 | 53 | 53 |
| Binary | 1110111 | 111110 | 10011100 | 11000 | 111100 | 0 | 100111 | 100010100 | 101011 | 101011 |
Color Harmonies of #773E9C
Complementary color
Monochromatic Colors of #773E9C
Black with #773E9C
Text Example
Text Example
White with #773E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E9C; }
p { color: rgb(119,62,156); }
H1.HeaderClassName
{
color: #773E9C;
}
.AnyTagClassName
{
color: #773E9C;
}
</style>
background-color css
<style>
a { background-color: #773E9C; }
a { background-color: rgb(119,62,156); }
div.DivClassName
{
background-color: #773E9C;
}
.BgClassName
{
background-color: #773E9C;
}
</style>
border-color css
<style>
span { border-color: #773E9C; }
span { border-color: rgb(119,62,156); }
td.TdClassName
{
border-color: #773E9C;
}
.TagClassName
{
border-color: #773E9C;
}
</style>