Shades of Royal Purple #7632A5
Tints of Royal Purple #7632A5
RGB
CMYK
RGB Variations
Color information
#7632A5 (or 0x7632A5) is known color: Royal Purple. HEX triplet: 76, 32 and A5. RGB value is (118,50,165). Sum of RGB (Red+Green+Blue) = 118+50+165=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 165 (64.84% from 255 or 49.55% from 333); Max value from RGB is 165 - color contains mainly: blue. Hex color #7632A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7632A5 is #89CD5A. Grayscale: #535353. Windows color (decimal): -9031003 or 10826358. OLE color: 10826358.
HSL color Cylindrical-coordinate representation of color #7632A5: hue angle of 275.48º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7632A5 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 50 | 165 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.35 |
| HSL | 275.48º | 0.53% | 0.42% | - |
| HSV(B) | 275.48º | 0.7% | 0.65% | - |
| XYZ | 15.4 | 8.85 | 36.49 | - |
| YUV | 83.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 165 | 0.28 | 0.70 | 0 | 0.35 | 275.48 | 0.53 | 0.42 |
| Hex | 76 | 32 | A5 | 1C | 46 | 0 | 23 | 113 | 35 | 2A |
| Octal | 166 | 62 | 245 | 34 | 106 | 0 | 43 | 423 | 65 | 52 |
| Binary | 1110110 | 110010 | 10100101 | 11100 | 1000110 | 0 | 100011 | 100010011 | 110101 | 101010 |
Color Harmonies of #7632A5
Complementary color
Monochromatic Colors of #7632A5
Black with #7632A5
Text Example
Text Example
White with #7632A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632A5; }
p { color: rgb(118,50,165); }
H1.HeaderClassName
{
color: #7632A5;
}
.AnyTagClassName
{
color: #7632A5;
}
</style>
background-color css
<style>
a { background-color: #7632A5; }
a { background-color: rgb(118,50,165); }
div.DivClassName
{
background-color: #7632A5;
}
.BgClassName
{
background-color: #7632A5;
}
</style>
border-color css
<style>
span { border-color: #7632A5; }
span { border-color: rgb(118,50,165); }
td.TdClassName
{
border-color: #7632A5;
}
.TagClassName
{
border-color: #7632A5;
}
</style>