Shades of Royal Purple #773AAC
Tints of Royal Purple #773AAC
RGB
CMYK
RGB Variations
Color information
#773AAC (or 0x773AAC) is known color: Royal Purple. HEX triplet: 77, 3A and AC. RGB value is (119,58,172). Sum of RGB (Red+Green+Blue) = 119+58+172=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #773AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773AAC is #88C553. Grayscale: #585858. Windows color (decimal): -8963412 or 11287159. OLE color: 11287159.
HSL color Cylindrical-coordinate representation of color #773AAC: hue angle of 272.11º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773AAC is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 58 | 172 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.33 |
| HSL | 272.11º | 0.5% | 0.45% | - |
| HSV(B) | 272.11º | 0.66% | 0.67% | - |
| XYZ | 16.57 | 9.93 | 40.07 | - |
| YUV | 89.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 172 | 0.31 | 0.66 | 0 | 0.33 | 272.11 | 0.5 | 0.45 |
| Hex | 77 | 3A | AC | 1F | 42 | 0 | 21 | 110 | 32 | 2D |
| Octal | 167 | 72 | 254 | 37 | 102 | 0 | 41 | 420 | 62 | 55 |
| Binary | 1110111 | 111010 | 10101100 | 11111 | 1000010 | 0 | 100001 | 100010000 | 110010 | 101101 |
Color Harmonies of #773AAC
Complementary color
Monochromatic Colors of #773AAC
Black with #773AAC
Text Example
Text Example
White with #773AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773AAC; }
p { color: rgb(119,58,172); }
H1.HeaderClassName
{
color: #773AAC;
}
.AnyTagClassName
{
color: #773AAC;
}
</style>
background-color css
<style>
a { background-color: #773AAC; }
a { background-color: rgb(119,58,172); }
div.DivClassName
{
background-color: #773AAC;
}
.BgClassName
{
background-color: #773AAC;
}
</style>
border-color css
<style>
span { border-color: #773AAC; }
span { border-color: rgb(119,58,172); }
td.TdClassName
{
border-color: #773AAC;
}
.TagClassName
{
border-color: #773AAC;
}
</style>