Shades of Royal Purple #763FA2
Tints of Royal Purple #763FA2
RGB
CMYK
RGB Variations
Color information
#763FA2 (or 0x763FA2) is known color: Royal Purple. HEX triplet: 76, 3F and A2. RGB value is (118,63,162). Sum of RGB (Red+Green+Blue) = 118+63+162=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #763FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763FA2 is #89C05D. Grayscale: #5A5A5A. Windows color (decimal): -9027678 or 10633078. OLE color: 10633078.
HSL color Cylindrical-coordinate representation of color #763FA2: hue angle of 273.33º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763FA2 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 63 | 162 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.36 |
| HSL | 273.33º | 0.44% | 0.44% | - |
| HSV(B) | 273.33º | 0.61% | 0.64% | - |
| XYZ | 15.77 | 10.02 | 35.28 | - |
| YUV | 90.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 162 | 0.27 | 0.61 | 0 | 0.36 | 273.33 | 0.44 | 0.44 |
| Hex | 76 | 3F | A2 | 1B | 3D | 0 | 24 | 111 | 2C | 2C |
| Octal | 166 | 77 | 242 | 33 | 75 | 0 | 44 | 421 | 54 | 54 |
| Binary | 1110110 | 111111 | 10100010 | 11011 | 111101 | 0 | 100100 | 100010001 | 101100 | 101100 |
Color Harmonies of #763FA2
Complementary color
Monochromatic Colors of #763FA2
Black with #763FA2
Text Example
Text Example
White with #763FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763FA2; }
p { color: rgb(118,63,162); }
H1.HeaderClassName
{
color: #763FA2;
}
.AnyTagClassName
{
color: #763FA2;
}
</style>
background-color css
<style>
a { background-color: #763FA2; }
a { background-color: rgb(118,63,162); }
div.DivClassName
{
background-color: #763FA2;
}
.BgClassName
{
background-color: #763FA2;
}
</style>
border-color css
<style>
span { border-color: #763FA2; }
span { border-color: rgb(118,63,162); }
td.TdClassName
{
border-color: #763FA2;
}
.TagClassName
{
border-color: #763FA2;
}
</style>