Shades of Royal Purple #762AAD
Tints of Royal Purple #762AAD
RGB
CMYK
RGB Variations
Color information
#762AAD (or 0x762AAD) is known color: Royal Purple. HEX triplet: 76, 2A and AD. RGB value is (118,42,173). Sum of RGB (Red+Green+Blue) = 118+42+173=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #762AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762AAD is #89D552. Grayscale: #4F4F4F. Windows color (decimal): -9033043 or 11348598. OLE color: 11348598.
HSL color Cylindrical-coordinate representation of color #762AAD: hue angle of 274.81º 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 #762AAD is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 42 | 173 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.32 |
| HSL | 274.81º | 0.61% | 0.42% | - |
| HSV(B) | 274.81º | 0.76% | 0.68% | - |
| XYZ | 15.84 | 8.52 | 40.35 | - |
| YUV | 79.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 173 | 0.32 | 0.76 | 0 | 0.32 | 274.81 | 0.61 | 0.42 |
| Hex | 76 | 2A | AD | 20 | 4C | 0 | 20 | 113 | 3D | 2A |
| Octal | 166 | 52 | 255 | 40 | 114 | 0 | 40 | 423 | 75 | 52 |
| Binary | 1110110 | 101010 | 10101101 | 100000 | 1001100 | 0 | 100000 | 100010011 | 111101 | 101010 |
Color Harmonies of #762AAD
Complementary color
Monochromatic Colors of #762AAD
Black with #762AAD
Text Example
Text Example
White with #762AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762AAD; }
p { color: rgb(118,42,173); }
H1.HeaderClassName
{
color: #762AAD;
}
.AnyTagClassName
{
color: #762AAD;
}
</style>
background-color css
<style>
a { background-color: #762AAD; }
a { background-color: rgb(118,42,173); }
div.DivClassName
{
background-color: #762AAD;
}
.BgClassName
{
background-color: #762AAD;
}
</style>
border-color css
<style>
span { border-color: #762AAD; }
span { border-color: rgb(118,42,173); }
td.TdClassName
{
border-color: #762AAD;
}
.TagClassName
{
border-color: #762AAD;
}
</style>