Shades of Royal Purple #763CB4
Tints of Royal Purple #763CB4
RGB
CMYK
RGB Variations
Color information
#763CB4 (or 0x763CB4) is known color: Royal Purple. HEX triplet: 76, 3C and B4. RGB value is (118,60,180). Sum of RGB (Red+Green+Blue) = 118+60+180=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #763CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CB4 is #89C34B. Grayscale: #5A5A5A. Windows color (decimal): -9028428 or 11811958. OLE color: 11811958.
HSL color Cylindrical-coordinate representation of color #763CB4: hue angle of 269º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763CB4 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 60 | 180 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.29 |
| HSL | 269º | 0.5% | 0.47% | - |
| HSV(B) | 269º | 0.67% | 0.71% | - |
| XYZ | 17.33 | 10.38 | 44.27 | - |
| YUV | 91.02 | 178.22 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 180 | 0.34 | 0.67 | 0 | 0.29 | 269 | 0.5 | 0.47 |
| Hex | 76 | 3C | B4 | 22 | 43 | 0 | 1D | 10D | 32 | 2F |
| Octal | 166 | 74 | 264 | 42 | 103 | 0 | 35 | 415 | 62 | 57 |
| Binary | 1110110 | 111100 | 10110100 | 100010 | 1000011 | 0 | 11101 | 100001101 | 110010 | 101111 |
Color Harmonies of #763CB4
Complementary color
Monochromatic Colors of #763CB4
Black with #763CB4
Text Example
Text Example
White with #763CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763CB4; }
p { color: rgb(118,60,180); }
H1.HeaderClassName
{
color: #763CB4;
}
.AnyTagClassName
{
color: #763CB4;
}
</style>
background-color css
<style>
a { background-color: #763CB4; }
a { background-color: rgb(118,60,180); }
div.DivClassName
{
background-color: #763CB4;
}
.BgClassName
{
background-color: #763CB4;
}
</style>
border-color css
<style>
span { border-color: #763CB4; }
span { border-color: rgb(118,60,180); }
td.TdClassName
{
border-color: #763CB4;
}
.TagClassName
{
border-color: #763CB4;
}
</style>