Shades of Royal Purple #763C9D
Tints of Royal Purple #763C9D
RGB
CMYK
RGB Variations
Color information
#763C9D (or 0x763C9D) is known color: Royal Purple. HEX triplet: 76, 3C and 9D. RGB value is (118,60,157). Sum of RGB (Red+Green+Blue) = 118+60+157=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #763C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763C9D is #89C362. Grayscale: #585858. Windows color (decimal): -9028451 or 10304630. OLE color: 10304630.
HSL color Cylindrical-coordinate representation of color #763C9D: hue angle of 275.88º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763C9D is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 60 | 157 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.38 |
| HSL | 275.88º | 0.45% | 0.43% | - |
| HSV(B) | 275.88º | 0.62% | 0.62% | - |
| XYZ | 15.17 | 9.52 | 32.94 | - |
| YUV | 88.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 157 | 0.25 | 0.62 | 0 | 0.38 | 275.88 | 0.45 | 0.43 |
| Hex | 76 | 3C | 9D | 19 | 3E | 0 | 26 | 114 | 2D | 2B |
| Octal | 166 | 74 | 235 | 31 | 76 | 0 | 46 | 424 | 55 | 53 |
| Binary | 1110110 | 111100 | 10011101 | 11001 | 111110 | 0 | 100110 | 100010100 | 101101 | 101011 |
Color Harmonies of #763C9D
Complementary color
Monochromatic Colors of #763C9D
Black with #763C9D
Text Example
Text Example
White with #763C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C9D; }
p { color: rgb(118,60,157); }
H1.HeaderClassName
{
color: #763C9D;
}
.AnyTagClassName
{
color: #763C9D;
}
</style>
background-color css
<style>
a { background-color: #763C9D; }
a { background-color: rgb(118,60,157); }
div.DivClassName
{
background-color: #763C9D;
}
.BgClassName
{
background-color: #763C9D;
}
</style>
border-color css
<style>
span { border-color: #763C9D; }
span { border-color: rgb(118,60,157); }
td.TdClassName
{
border-color: #763C9D;
}
.TagClassName
{
border-color: #763C9D;
}
</style>