Shades of Royal Purple #762DAD
Tints of Royal Purple #762DAD
RGB
CMYK
RGB Variations
Color information
#762DAD (or 0x762DAD) is known color: Royal Purple. HEX triplet: 76, 2D and AD. RGB value is (118,45,173). Sum of RGB (Red+Green+Blue) = 118+45+173=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #762DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762DAD is #89D252. Grayscale: #505050. Windows color (decimal): -9032275 or 11349366. OLE color: 11349366.
HSL color Cylindrical-coordinate representation of color #762DAD: hue angle of 274.22º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762DAD is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 45 | 173 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.32 |
| HSL | 274.22º | 0.59% | 0.43% | - |
| HSV(B) | 274.22º | 0.74% | 0.68% | - |
| XYZ | 15.95 | 8.75 | 40.38 | - |
| YUV | 81.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 173 | 0.32 | 0.74 | 0 | 0.32 | 274.22 | 0.59 | 0.43 |
| Hex | 76 | 2D | AD | 20 | 4A | 0 | 20 | 112 | 3B | 2B |
| Octal | 166 | 55 | 255 | 40 | 112 | 0 | 40 | 422 | 73 | 53 |
| Binary | 1110110 | 101101 | 10101101 | 100000 | 1001010 | 0 | 100000 | 100010010 | 111011 | 101011 |
Color Harmonies of #762DAD
Complementary color
Monochromatic Colors of #762DAD
Black with #762DAD
Text Example
Text Example
White with #762DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DAD; }
p { color: rgb(118,45,173); }
H1.HeaderClassName
{
color: #762DAD;
}
.AnyTagClassName
{
color: #762DAD;
}
</style>
background-color css
<style>
a { background-color: #762DAD; }
a { background-color: rgb(118,45,173); }
div.DivClassName
{
background-color: #762DAD;
}
.BgClassName
{
background-color: #762DAD;
}
</style>
border-color css
<style>
span { border-color: #762DAD; }
span { border-color: rgb(118,45,173); }
td.TdClassName
{
border-color: #762DAD;
}
.TagClassName
{
border-color: #762DAD;
}
</style>