Shades of Royal Purple #763AAD
Tints of Royal Purple #763AAD
RGB
CMYK
RGB Variations
Color information
#763AAD (or 0x763AAD) is known color: Royal Purple. HEX triplet: 76, 3A and AD. RGB value is (118,58,173). Sum of RGB (Red+Green+Blue) = 118+58+173=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #763AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763AAD is #89C552. Grayscale: #585858. Windows color (decimal): -9028947 or 11352694. OLE color: 11352694.
HSL color Cylindrical-coordinate representation of color #763AAD: hue angle of 271.3º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763AAD is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 58 | 173 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.32 |
| HSL | 271.3º | 0.5% | 0.45% | - |
| HSV(B) | 271.3º | 0.66% | 0.68% | - |
| XYZ | 16.53 | 9.89 | 40.57 | - |
| YUV | 89.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 173 | 0.32 | 0.66 | 0 | 0.32 | 271.3 | 0.5 | 0.45 |
| Hex | 76 | 3A | AD | 20 | 42 | 0 | 20 | 10F | 32 | 2D |
| Octal | 166 | 72 | 255 | 40 | 102 | 0 | 40 | 417 | 62 | 55 |
| Binary | 1110110 | 111010 | 10101101 | 100000 | 1000010 | 0 | 100000 | 100001111 | 110010 | 101101 |
Color Harmonies of #763AAD
Complementary color
Monochromatic Colors of #763AAD
Black with #763AAD
Text Example
Text Example
White with #763AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763AAD; }
p { color: rgb(118,58,173); }
H1.HeaderClassName
{
color: #763AAD;
}
.AnyTagClassName
{
color: #763AAD;
}
</style>
background-color css
<style>
a { background-color: #763AAD; }
a { background-color: rgb(118,58,173); }
div.DivClassName
{
background-color: #763AAD;
}
.BgClassName
{
background-color: #763AAD;
}
</style>
border-color css
<style>
span { border-color: #763AAD; }
span { border-color: rgb(118,58,173); }
td.TdClassName
{
border-color: #763AAD;
}
.TagClassName
{
border-color: #763AAD;
}
</style>