Shades of Royal Purple #763AAE
Tints of Royal Purple #763AAE
RGB
CMYK
RGB Variations
Color information
#763AAE (or 0x763AAE) is known color: Royal Purple. HEX triplet: 76, 3A and AE. RGB value is (118,58,174). Sum of RGB (Red+Green+Blue) = 118+58+174=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #763AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763AAE is #89C551. Grayscale: #585858. Windows color (decimal): -9028946 or 11418230. OLE color: 11418230.
HSL color Cylindrical-coordinate representation of color #763AAE: hue angle of 271.03º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763AAE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 58 | 174 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.32 |
| HSL | 271.03º | 0.5% | 0.45% | - |
| HSV(B) | 271.03º | 0.67% | 0.68% | - |
| XYZ | 16.62 | 9.93 | 41.09 | - |
| YUV | 89.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 174 | 0.32 | 0.67 | 0 | 0.32 | 271.03 | 0.5 | 0.45 |
| Hex | 76 | 3A | AE | 20 | 43 | 0 | 20 | 10F | 32 | 2D |
| Octal | 166 | 72 | 256 | 40 | 103 | 0 | 40 | 417 | 62 | 55 |
| Binary | 1110110 | 111010 | 10101110 | 100000 | 1000011 | 0 | 100000 | 100001111 | 110010 | 101101 |
Color Harmonies of #763AAE
Complementary color
Monochromatic Colors of #763AAE
Black with #763AAE
Text Example
Text Example
White with #763AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763AAE; }
p { color: rgb(118,58,174); }
H1.HeaderClassName
{
color: #763AAE;
}
.AnyTagClassName
{
color: #763AAE;
}
</style>
background-color css
<style>
a { background-color: #763AAE; }
a { background-color: rgb(118,58,174); }
div.DivClassName
{
background-color: #763AAE;
}
.BgClassName
{
background-color: #763AAE;
}
</style>
border-color css
<style>
span { border-color: #763AAE; }
span { border-color: rgb(118,58,174); }
td.TdClassName
{
border-color: #763AAE;
}
.TagClassName
{
border-color: #763AAE;
}
</style>