Shades of Royal Purple #763F99
Tints of Royal Purple #763F99
RGB
CMYK
RGB Variations
Color information
#763F99 (or 0x763F99) is known color: Royal Purple. HEX triplet: 76, 3F and 99. RGB value is (118,63,153). Sum of RGB (Red+Green+Blue) = 118+63+153=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #763F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763F99 is #89C066. Grayscale: #595959. Windows color (decimal): -9027687 or 10043254. OLE color: 10043254.
HSL color Cylindrical-coordinate representation of color #763F99: hue angle of 276.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763F99 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 63 | 153 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.4 |
| HSL | 276.67º | 0.42% | 0.42% | - |
| HSV(B) | 276.67º | 0.59% | 0.6% | - |
| XYZ | 15 | 9.71 | 31.22 | - |
| YUV | 89.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 153 | 0.23 | 0.59 | 0 | 0.4 | 276.67 | 0.42 | 0.42 |
| Hex | 76 | 3F | 99 | 17 | 3B | 0 | 28 | 115 | 2A | 2A |
| Octal | 166 | 77 | 231 | 27 | 73 | 0 | 50 | 425 | 52 | 52 |
| Binary | 1110110 | 111111 | 10011001 | 10111 | 111011 | 0 | 101000 | 100010101 | 101010 | 101010 |
Color Harmonies of #763F99
Complementary color
Monochromatic Colors of #763F99
Black with #763F99
Text Example
Text Example
White with #763F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F99; }
p { color: rgb(118,63,153); }
H1.HeaderClassName
{
color: #763F99;
}
.AnyTagClassName
{
color: #763F99;
}
</style>
background-color css
<style>
a { background-color: #763F99; }
a { background-color: rgb(118,63,153); }
div.DivClassName
{
background-color: #763F99;
}
.BgClassName
{
background-color: #763F99;
}
</style>
border-color css
<style>
span { border-color: #763F99; }
span { border-color: rgb(118,63,153); }
td.TdClassName
{
border-color: #763F99;
}
.TagClassName
{
border-color: #763F99;
}
</style>