Shades of Royal Purple #762DA3
Tints of Royal Purple #762DA3
RGB
CMYK
RGB Variations
Color information
#762DA3 (or 0x762DA3) is known color: Royal Purple. HEX triplet: 76, 2D and A3. RGB value is (118,45,163). Sum of RGB (Red+Green+Blue) = 118+45+163=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #762DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762DA3 is #89D25C. Grayscale: #4F4F4F. Windows color (decimal): -9032285 or 10694006. OLE color: 10694006.
HSL color Cylindrical-coordinate representation of color #762DA3: hue angle of 277.12º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762DA3 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 45 | 163 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.36 |
| HSL | 277.12º | 0.57% | 0.41% | - |
| HSV(B) | 277.12º | 0.72% | 0.64% | - |
| XYZ | 15.02 | 8.37 | 35.47 | - |
| YUV | 80.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 163 | 0.28 | 0.72 | 0 | 0.36 | 277.12 | 0.57 | 0.41 |
| Hex | 76 | 2D | A3 | 1C | 48 | 0 | 24 | 115 | 39 | 29 |
| Octal | 166 | 55 | 243 | 34 | 110 | 0 | 44 | 425 | 71 | 51 |
| Binary | 1110110 | 101101 | 10100011 | 11100 | 1001000 | 0 | 100100 | 100010101 | 111001 | 101001 |
Color Harmonies of #762DA3
Complementary color
Monochromatic Colors of #762DA3
Black with #762DA3
Text Example
Text Example
White with #762DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DA3; }
p { color: rgb(118,45,163); }
H1.HeaderClassName
{
color: #762DA3;
}
.AnyTagClassName
{
color: #762DA3;
}
</style>
background-color css
<style>
a { background-color: #762DA3; }
a { background-color: rgb(118,45,163); }
div.DivClassName
{
background-color: #762DA3;
}
.BgClassName
{
background-color: #762DA3;
}
</style>
border-color css
<style>
span { border-color: #762DA3; }
span { border-color: rgb(118,45,163); }
td.TdClassName
{
border-color: #762DA3;
}
.TagClassName
{
border-color: #762DA3;
}
</style>