Shades of Royal Purple #7735AB
Tints of Royal Purple #7735AB
RGB
CMYK
RGB Variations
Color information
#7735AB (or 0x7735AB) is known color: Royal Purple. HEX triplet: 77, 35 and AB. RGB value is (119,53,171). Sum of RGB (Red+Green+Blue) = 119+53+171=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #7735AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7735AB is #88CA54. Grayscale: #555555. Windows color (decimal): -8964693 or 11220343. OLE color: 11220343.
HSL color Cylindrical-coordinate representation of color #7735AB: hue angle of 273.56º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7735AB is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 53 | 171 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.33 |
| HSL | 273.56º | 0.53% | 0.44% | - |
| HSV(B) | 273.56º | 0.69% | 0.67% | - |
| XYZ | 16.23 | 9.41 | 39.49 | - |
| YUV | 86.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 171 | 0.30 | 0.69 | 0 | 0.33 | 273.56 | 0.53 | 0.44 |
| Hex | 77 | 35 | AB | 1E | 45 | 0 | 21 | 112 | 35 | 2C |
| Octal | 167 | 65 | 253 | 36 | 105 | 0 | 41 | 422 | 65 | 54 |
| Binary | 1110111 | 110101 | 10101011 | 11110 | 1000101 | 0 | 100001 | 100010010 | 110101 | 101100 |
Color Harmonies of #7735AB
Complementary color
Monochromatic Colors of #7735AB
Black with #7735AB
Text Example
Text Example
White with #7735AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7735AB; }
p { color: rgb(119,53,171); }
H1.HeaderClassName
{
color: #7735AB;
}
.AnyTagClassName
{
color: #7735AB;
}
</style>
background-color css
<style>
a { background-color: #7735AB; }
a { background-color: rgb(119,53,171); }
div.DivClassName
{
background-color: #7735AB;
}
.BgClassName
{
background-color: #7735AB;
}
</style>
border-color css
<style>
span { border-color: #7735AB; }
span { border-color: rgb(119,53,171); }
td.TdClassName
{
border-color: #7735AB;
}
.TagClassName
{
border-color: #7735AB;
}
</style>