Shades of Royal Purple #762AAE
Tints of Royal Purple #762AAE
RGB
CMYK
RGB Variations
Color information
#762AAE (or 0x762AAE) is known color: Royal Purple. HEX triplet: 76, 2A and AE. RGB value is (118,42,174). Sum of RGB (Red+Green+Blue) = 118+42+174=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #762AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762AAE is #89D551. Grayscale: #4F4F4F. Windows color (decimal): -9033042 or 11414134. OLE color: 11414134.
HSL color Cylindrical-coordinate representation of color #762AAE: hue angle of 274.55º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762AAE is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 42 | 174 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.32 |
| HSL | 274.55º | 0.61% | 0.42% | - |
| HSV(B) | 274.55º | 0.76% | 0.68% | - |
| XYZ | 15.94 | 8.56 | 40.86 | - |
| YUV | 79.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 174 | 0.32 | 0.76 | 0 | 0.32 | 274.55 | 0.61 | 0.42 |
| Hex | 76 | 2A | AE | 20 | 4C | 0 | 20 | 113 | 3D | 2A |
| Octal | 166 | 52 | 256 | 40 | 114 | 0 | 40 | 423 | 75 | 52 |
| Binary | 1110110 | 101010 | 10101110 | 100000 | 1001100 | 0 | 100000 | 100010011 | 111101 | 101010 |
Color Harmonies of #762AAE
Complementary color
Monochromatic Colors of #762AAE
Black with #762AAE
Text Example
Text Example
White with #762AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762AAE; }
p { color: rgb(118,42,174); }
H1.HeaderClassName
{
color: #762AAE;
}
.AnyTagClassName
{
color: #762AAE;
}
</style>
background-color css
<style>
a { background-color: #762AAE; }
a { background-color: rgb(118,42,174); }
div.DivClassName
{
background-color: #762AAE;
}
.BgClassName
{
background-color: #762AAE;
}
</style>
border-color css
<style>
span { border-color: #762AAE; }
span { border-color: rgb(118,42,174); }
td.TdClassName
{
border-color: #762AAE;
}
.TagClassName
{
border-color: #762AAE;
}
</style>