Shades of Royal Purple #763AB2
Tints of Royal Purple #763AB2
RGB
CMYK
RGB Variations
Color information
#763AB2 (or 0x763AB2) is known color: Royal Purple. HEX triplet: 76, 3A and B2. RGB value is (118,58,178). Sum of RGB (Red+Green+Blue) = 118+58+178=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #763AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763AB2 is #89C54D. Grayscale: #595959. Windows color (decimal): -9028942 or 11680374. OLE color: 11680374.
HSL color Cylindrical-coordinate representation of color #763AB2: hue angle of 270º degrees, saturation: 0.51, 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 #763AB2 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 58 | 178 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.30 |
| HSL | 270º | 0.51% | 0.46% | - |
| HSV(B) | 270º | 0.67% | 0.7% | - |
| XYZ | 17.02 | 10.09 | 43.17 | - |
| YUV | 89.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 178 | 0.34 | 0.67 | 0 | 0.30 | 270 | 0.51 | 0.46 |
| Hex | 76 | 3A | B2 | 22 | 43 | 0 | 1E | 10E | 33 | 2E |
| Octal | 166 | 72 | 262 | 42 | 103 | 0 | 36 | 416 | 63 | 56 |
| Binary | 1110110 | 111010 | 10110010 | 100010 | 1000011 | 0 | 11110 | 100001110 | 110011 | 101110 |
Color Harmonies of #763AB2
Complementary color
Monochromatic Colors of #763AB2
Black with #763AB2
Text Example
Text Example
White with #763AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763AB2; }
p { color: rgb(118,58,178); }
H1.HeaderClassName
{
color: #763AB2;
}
.AnyTagClassName
{
color: #763AB2;
}
</style>
background-color css
<style>
a { background-color: #763AB2; }
a { background-color: rgb(118,58,178); }
div.DivClassName
{
background-color: #763AB2;
}
.BgClassName
{
background-color: #763AB2;
}
</style>
border-color css
<style>
span { border-color: #763AB2; }
span { border-color: rgb(118,58,178); }
td.TdClassName
{
border-color: #763AB2;
}
.TagClassName
{
border-color: #763AB2;
}
</style>