Shades of Royal Purple #7736AD
Tints of Royal Purple #7736AD
RGB
CMYK
RGB Variations
Color information
#7736AD (or 0x7736AD) is known color: Royal Purple. HEX triplet: 77, 36 and AD. RGB value is (119,54,173). Sum of RGB (Red+Green+Blue) = 119+54+173=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #7736AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7736AD is #88C952. Grayscale: #565656. Windows color (decimal): -8964435 or 11351671. OLE color: 11351671.
HSL color Cylindrical-coordinate representation of color #7736AD: hue angle of 272.77º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7736AD is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 54 | 173 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.32 |
| HSL | 272.77º | 0.52% | 0.45% | - |
| HSV(B) | 272.77º | 0.69% | 0.68% | - |
| XYZ | 16.47 | 9.58 | 40.52 | - |
| YUV | 87 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 173 | 0.31 | 0.69 | 0 | 0.32 | 272.77 | 0.52 | 0.45 |
| Hex | 77 | 36 | AD | 1F | 45 | 0 | 20 | 111 | 34 | 2D |
| Octal | 167 | 66 | 255 | 37 | 105 | 0 | 40 | 421 | 64 | 55 |
| Binary | 1110111 | 110110 | 10101101 | 11111 | 1000101 | 0 | 100000 | 100010001 | 110100 | 101101 |
Color Harmonies of #7736AD
Complementary color
Monochromatic Colors of #7736AD
Black with #7736AD
Text Example
Text Example
White with #7736AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7736AD; }
p { color: rgb(119,54,173); }
H1.HeaderClassName
{
color: #7736AD;
}
.AnyTagClassName
{
color: #7736AD;
}
</style>
background-color css
<style>
a { background-color: #7736AD; }
a { background-color: rgb(119,54,173); }
div.DivClassName
{
background-color: #7736AD;
}
.BgClassName
{
background-color: #7736AD;
}
</style>
border-color css
<style>
span { border-color: #7736AD; }
span { border-color: rgb(119,54,173); }
td.TdClassName
{
border-color: #7736AD;
}
.TagClassName
{
border-color: #7736AD;
}
</style>