Shades of Royal Purple #762CA3
Tints of Royal Purple #762CA3
RGB
CMYK
RGB Variations
Color information
#762CA3 (or 0x762CA3) is known color: Royal Purple. HEX triplet: 76, 2C and A3. RGB value is (118,44,163). Sum of RGB (Red+Green+Blue) = 118+44+163=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #762CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762CA3 is #89D35C. Grayscale: #4F4F4F. Windows color (decimal): -9032541 or 10693750. OLE color: 10693750.
HSL color Cylindrical-coordinate representation of color #762CA3: hue angle of 277.31º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762CA3 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 44 | 163 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.36 |
| HSL | 277.31º | 0.57% | 0.41% | - |
| HSV(B) | 277.31º | 0.73% | 0.64% | - |
| XYZ | 14.98 | 8.3 | 35.46 | - |
| YUV | 79.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 163 | 0.28 | 0.73 | 0 | 0.36 | 277.31 | 0.57 | 0.41 |
| Hex | 76 | 2C | A3 | 1C | 49 | 0 | 24 | 115 | 39 | 29 |
| Octal | 166 | 54 | 243 | 34 | 111 | 0 | 44 | 425 | 71 | 51 |
| Binary | 1110110 | 101100 | 10100011 | 11100 | 1001001 | 0 | 100100 | 100010101 | 111001 | 101001 |
Color Harmonies of #762CA3
Complementary color
Monochromatic Colors of #762CA3
Black with #762CA3
Text Example
Text Example
White with #762CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CA3; }
p { color: rgb(118,44,163); }
H1.HeaderClassName
{
color: #762CA3;
}
.AnyTagClassName
{
color: #762CA3;
}
</style>
background-color css
<style>
a { background-color: #762CA3; }
a { background-color: rgb(118,44,163); }
div.DivClassName
{
background-color: #762CA3;
}
.BgClassName
{
background-color: #762CA3;
}
</style>
border-color css
<style>
span { border-color: #762CA3; }
span { border-color: rgb(118,44,163); }
td.TdClassName
{
border-color: #762CA3;
}
.TagClassName
{
border-color: #762CA3;
}
</style>