Shades of Royal Purple #763EAE
Tints of Royal Purple #763EAE
RGB
CMYK
RGB Variations
Color information
#763EAE (or 0x763EAE) is known color: Royal Purple. HEX triplet: 76, 3E and AE. RGB value is (118,62,174). Sum of RGB (Red+Green+Blue) = 118+62+174=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #763EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763EAE is #89C151. Grayscale: #5B5B5B. Windows color (decimal): -9027922 or 11419254. OLE color: 11419254.
HSL color Cylindrical-coordinate representation of color #763EAE: hue angle of 270º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #763EAE is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 62 | 174 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.32 |
| HSL | 270º | 0.47% | 0.46% | - |
| HSV(B) | 270º | 0.64% | 0.68% | - |
| XYZ | 16.83 | 10.35 | 41.16 | - |
| YUV | 91.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 174 | 0.32 | 0.64 | 0 | 0.32 | 270 | 0.47 | 0.46 |
| Hex | 76 | 3E | AE | 20 | 40 | 0 | 20 | 10E | 2F | 2E |
| Octal | 166 | 76 | 256 | 40 | 100 | 0 | 40 | 416 | 57 | 56 |
| Binary | 1110110 | 111110 | 10101110 | 100000 | 1000000 | 0 | 100000 | 100001110 | 101111 | 101110 |
Color Harmonies of #763EAE
Complementary color
Monochromatic Colors of #763EAE
Black with #763EAE
Text Example
Text Example
White with #763EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763EAE; }
p { color: rgb(118,62,174); }
H1.HeaderClassName
{
color: #763EAE;
}
.AnyTagClassName
{
color: #763EAE;
}
</style>
background-color css
<style>
a { background-color: #763EAE; }
a { background-color: rgb(118,62,174); }
div.DivClassName
{
background-color: #763EAE;
}
.BgClassName
{
background-color: #763EAE;
}
</style>
border-color css
<style>
span { border-color: #763EAE; }
span { border-color: rgb(118,62,174); }
td.TdClassName
{
border-color: #763EAE;
}
.TagClassName
{
border-color: #763EAE;
}
</style>