Shades of Royal Purple #773AA8
Tints of Royal Purple #773AA8
RGB
CMYK
RGB Variations
Color information
#773AA8 (or 0x773AA8) is known color: Royal Purple. HEX triplet: 77, 3A and A8. RGB value is (119,58,168). Sum of RGB (Red+Green+Blue) = 119+58+168=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #773AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773AA8 is #88C557. Grayscale: #585858. Windows color (decimal): -8963416 or 11025015. OLE color: 11025015.
HSL color Cylindrical-coordinate representation of color #773AA8: hue angle of 273.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773AA8 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 58 | 168 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.34 |
| HSL | 273.27º | 0.49% | 0.44% | - |
| HSV(B) | 273.27º | 0.65% | 0.66% | - |
| XYZ | 16.19 | 9.78 | 38.08 | - |
| YUV | 88.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 168 | 0.29 | 0.65 | 0 | 0.34 | 273.27 | 0.49 | 0.44 |
| Hex | 77 | 3A | A8 | 1D | 41 | 0 | 22 | 111 | 31 | 2C |
| Octal | 167 | 72 | 250 | 35 | 101 | 0 | 42 | 421 | 61 | 54 |
| Binary | 1110111 | 111010 | 10101000 | 11101 | 1000001 | 0 | 100010 | 100010001 | 110001 | 101100 |
Color Harmonies of #773AA8
Complementary color
Monochromatic Colors of #773AA8
Black with #773AA8
Text Example
Text Example
White with #773AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773AA8; }
p { color: rgb(119,58,168); }
H1.HeaderClassName
{
color: #773AA8;
}
.AnyTagClassName
{
color: #773AA8;
}
</style>
background-color css
<style>
a { background-color: #773AA8; }
a { background-color: rgb(119,58,168); }
div.DivClassName
{
background-color: #773AA8;
}
.BgClassName
{
background-color: #773AA8;
}
</style>
border-color css
<style>
span { border-color: #773AA8; }
span { border-color: rgb(119,58,168); }
td.TdClassName
{
border-color: #773AA8;
}
.TagClassName
{
border-color: #773AA8;
}
</style>