Shades of Royal Purple #7735AC
Tints of Royal Purple #7735AC
RGB
CMYK
RGB Variations
Color information
#7735AC (or 0x7735AC) is known color: Royal Purple. HEX triplet: 77, 35 and AC. RGB value is (119,53,172). Sum of RGB (Red+Green+Blue) = 119+53+172=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #7735AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7735AC is #88CA53. Grayscale: #555555. Windows color (decimal): -8964692 or 11285879. OLE color: 11285879.
HSL color Cylindrical-coordinate representation of color #7735AC: hue angle of 273.28º 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 #7735AC is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 53 | 172 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.33 |
| HSL | 273.28º | 0.53% | 0.44% | - |
| HSV(B) | 273.28º | 0.69% | 0.67% | - |
| XYZ | 16.33 | 9.45 | 39.99 | - |
| YUV | 86.3 | 176.37 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 172 | 0.31 | 0.69 | 0 | 0.33 | 273.28 | 0.53 | 0.44 |
| Hex | 77 | 35 | AC | 1F | 45 | 0 | 21 | 111 | 35 | 2C |
| Octal | 167 | 65 | 254 | 37 | 105 | 0 | 41 | 421 | 65 | 54 |
| Binary | 1110111 | 110101 | 10101100 | 11111 | 1000101 | 0 | 100001 | 100010001 | 110101 | 101100 |
Color Harmonies of #7735AC
Complementary color
Monochromatic Colors of #7735AC
Black with #7735AC
Text Example
Text Example
White with #7735AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7735AC; }
p { color: rgb(119,53,172); }
H1.HeaderClassName
{
color: #7735AC;
}
.AnyTagClassName
{
color: #7735AC;
}
</style>
background-color css
<style>
a { background-color: #7735AC; }
a { background-color: rgb(119,53,172); }
div.DivClassName
{
background-color: #7735AC;
}
.BgClassName
{
background-color: #7735AC;
}
</style>
border-color css
<style>
span { border-color: #7735AC; }
span { border-color: rgb(119,53,172); }
td.TdClassName
{
border-color: #7735AC;
}
.TagClassName
{
border-color: #7735AC;
}
</style>