Shades of Royal Purple #773BAD
Tints of Royal Purple #773BAD
RGB
CMYK
RGB Variations
Color information
#773BAD (or 0x773BAD) is known color: Royal Purple. HEX triplet: 77, 3B and AD. RGB value is (119,59,173). Sum of RGB (Red+Green+Blue) = 119+59+173=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #773BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773BAD is #88C452. Grayscale: #595959. Windows color (decimal): -8963155 or 11352951. OLE color: 11352951.
HSL color Cylindrical-coordinate representation of color #773BAD: hue angle of 271.58º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773BAD is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 59 | 173 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.32 |
| HSL | 271.58º | 0.49% | 0.45% | - |
| HSV(B) | 271.58º | 0.66% | 0.68% | - |
| XYZ | 16.71 | 10.07 | 40.6 | - |
| YUV | 89.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 173 | 0.31 | 0.66 | 0 | 0.32 | 271.58 | 0.49 | 0.45 |
| Hex | 77 | 3B | AD | 1F | 42 | 0 | 20 | 110 | 31 | 2D |
| Octal | 167 | 73 | 255 | 37 | 102 | 0 | 40 | 420 | 61 | 55 |
| Binary | 1110111 | 111011 | 10101101 | 11111 | 1000010 | 0 | 100000 | 100010000 | 110001 | 101101 |
Color Harmonies of #773BAD
Complementary color
Monochromatic Colors of #773BAD
Black with #773BAD
Text Example
Text Example
White with #773BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BAD; }
p { color: rgb(119,59,173); }
H1.HeaderClassName
{
color: #773BAD;
}
.AnyTagClassName
{
color: #773BAD;
}
</style>
background-color css
<style>
a { background-color: #773BAD; }
a { background-color: rgb(119,59,173); }
div.DivClassName
{
background-color: #773BAD;
}
.BgClassName
{
background-color: #773BAD;
}
</style>
border-color css
<style>
span { border-color: #773BAD; }
span { border-color: rgb(119,59,173); }
td.TdClassName
{
border-color: #773BAD;
}
.TagClassName
{
border-color: #773BAD;
}
</style>