Shades of Royal Purple #7733AD
Tints of Royal Purple #7733AD
RGB
CMYK
RGB Variations
Color information
#7733AD (or 0x7733AD) is known color: Royal Purple. HEX triplet: 77, 33 and AD. RGB value is (119,51,173). Sum of RGB (Red+Green+Blue) = 119+51+173=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #7733AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7733AD is #88CC52. Grayscale: #545454. Windows color (decimal): -8965203 or 11350903. OLE color: 11350903.
HSL color Cylindrical-coordinate representation of color #7733AD: hue angle of 273.44º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7733AD is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 51 | 173 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.32 |
| HSL | 273.44º | 0.54% | 0.44% | - |
| HSV(B) | 273.44º | 0.71% | 0.68% | - |
| XYZ | 16.33 | 9.31 | 40.47 | - |
| YUV | 85.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 173 | 0.31 | 0.71 | 0 | 0.32 | 273.44 | 0.54 | 0.44 |
| Hex | 77 | 33 | AD | 1F | 47 | 0 | 20 | 111 | 36 | 2C |
| Octal | 167 | 63 | 255 | 37 | 107 | 0 | 40 | 421 | 66 | 54 |
| Binary | 1110111 | 110011 | 10101101 | 11111 | 1000111 | 0 | 100000 | 100010001 | 110110 | 101100 |
Color Harmonies of #7733AD
Complementary color
Monochromatic Colors of #7733AD
Black with #7733AD
Text Example
Text Example
White with #7733AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7733AD; }
p { color: rgb(119,51,173); }
H1.HeaderClassName
{
color: #7733AD;
}
.AnyTagClassName
{
color: #7733AD;
}
</style>
background-color css
<style>
a { background-color: #7733AD; }
a { background-color: rgb(119,51,173); }
div.DivClassName
{
background-color: #7733AD;
}
.BgClassName
{
background-color: #7733AD;
}
</style>
border-color css
<style>
span { border-color: #7733AD; }
span { border-color: rgb(119,51,173); }
td.TdClassName
{
border-color: #7733AD;
}
.TagClassName
{
border-color: #7733AD;
}
</style>