Shades of Royal Purple #763BB2
Tints of Royal Purple #763BB2
RGB
CMYK
RGB Variations
Color information
#763BB2 (or 0x763BB2) is known color: Royal Purple. HEX triplet: 76, 3B and B2. RGB value is (118,59,178). Sum of RGB (Red+Green+Blue) = 118+59+178=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #763BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763BB2 is #89C44D. Grayscale: #595959. Windows color (decimal): -9028686 or 11680630. OLE color: 11680630.
HSL color Cylindrical-coordinate representation of color #763BB2: hue angle of 269.75º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763BB2 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 59 | 178 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.30 |
| HSL | 269.75º | 0.5% | 0.46% | - |
| HSV(B) | 269.75º | 0.67% | 0.7% | - |
| XYZ | 17.07 | 10.19 | 43.19 | - |
| YUV | 90.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 178 | 0.34 | 0.67 | 0 | 0.30 | 269.75 | 0.5 | 0.46 |
| Hex | 76 | 3B | B2 | 22 | 43 | 0 | 1E | 10E | 32 | 2E |
| Octal | 166 | 73 | 262 | 42 | 103 | 0 | 36 | 416 | 62 | 56 |
| Binary | 1110110 | 111011 | 10110010 | 100010 | 1000011 | 0 | 11110 | 100001110 | 110010 | 101110 |
Color Harmonies of #763BB2
Complementary color
Monochromatic Colors of #763BB2
Black with #763BB2
Text Example
Text Example
White with #763BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763BB2; }
p { color: rgb(118,59,178); }
H1.HeaderClassName
{
color: #763BB2;
}
.AnyTagClassName
{
color: #763BB2;
}
</style>
background-color css
<style>
a { background-color: #763BB2; }
a { background-color: rgb(118,59,178); }
div.DivClassName
{
background-color: #763BB2;
}
.BgClassName
{
background-color: #763BB2;
}
</style>
border-color css
<style>
span { border-color: #763BB2; }
span { border-color: rgb(118,59,178); }
td.TdClassName
{
border-color: #763BB2;
}
.TagClassName
{
border-color: #763BB2;
}
</style>