Shades of Royal Purple #763B9F
Tints of Royal Purple #763B9F
RGB
CMYK
RGB Variations
Color information
#763B9F (or 0x763B9F) is known color: Royal Purple. HEX triplet: 76, 3B and 9F. RGB value is (118,59,159). Sum of RGB (Red+Green+Blue) = 118+59+159=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #763B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763B9F is #89C460. Grayscale: #575757. Windows color (decimal): -9028705 or 10435446. OLE color: 10435446.
HSL color Cylindrical-coordinate representation of color #763B9F: hue angle of 275.4º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #763B9F is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 59 | 159 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.38 |
| HSL | 275.4º | 0.46% | 0.43% | - |
| HSV(B) | 275.4º | 0.63% | 0.62% | - |
| XYZ | 15.29 | 9.48 | 33.83 | - |
| YUV | 88.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 159 | 0.26 | 0.63 | 0 | 0.38 | 275.4 | 0.46 | 0.43 |
| Hex | 76 | 3B | 9F | 1A | 3F | 0 | 26 | 113 | 2E | 2B |
| Octal | 166 | 73 | 237 | 32 | 77 | 0 | 46 | 423 | 56 | 53 |
| Binary | 1110110 | 111011 | 10011111 | 11010 | 111111 | 0 | 100110 | 100010011 | 101110 | 101011 |
Color Harmonies of #763B9F
Complementary color
Monochromatic Colors of #763B9F
Black with #763B9F
Text Example
Text Example
White with #763B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B9F; }
p { color: rgb(118,59,159); }
H1.HeaderClassName
{
color: #763B9F;
}
.AnyTagClassName
{
color: #763B9F;
}
</style>
background-color css
<style>
a { background-color: #763B9F; }
a { background-color: rgb(118,59,159); }
div.DivClassName
{
background-color: #763B9F;
}
.BgClassName
{
background-color: #763B9F;
}
</style>
border-color css
<style>
span { border-color: #763B9F; }
span { border-color: rgb(118,59,159); }
td.TdClassName
{
border-color: #763B9F;
}
.TagClassName
{
border-color: #763B9F;
}
</style>