Shades of Royal Purple #7632AA
Tints of Royal Purple #7632AA
RGB
CMYK
RGB Variations
Color information
#7632AA (or 0x7632AA) is known color: Royal Purple. HEX triplet: 76, 32 and AA. RGB value is (118,50,170). Sum of RGB (Red+Green+Blue) = 118+50+170=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #7632AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7632AA is #89CD55. Grayscale: #535353. Windows color (decimal): -9030998 or 11154038. OLE color: 11154038.
HSL color Cylindrical-coordinate representation of color #7632AA: hue angle of 274º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7632AA is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 50 | 170 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.33 |
| HSL | 274º | 0.55% | 0.43% | - |
| HSV(B) | 274º | 0.71% | 0.67% | - |
| XYZ | 15.87 | 9.04 | 38.94 | - |
| YUV | 84.01 | 176.53 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 170 | 0.31 | 0.71 | 0 | 0.33 | 274 | 0.55 | 0.43 |
| Hex | 76 | 32 | AA | 1F | 47 | 0 | 21 | 112 | 37 | 2B |
| Octal | 166 | 62 | 252 | 37 | 107 | 0 | 41 | 422 | 67 | 53 |
| Binary | 1110110 | 110010 | 10101010 | 11111 | 1000111 | 0 | 100001 | 100010010 | 110111 | 101011 |
Color Harmonies of #7632AA
Complementary color
Monochromatic Colors of #7632AA
Black with #7632AA
Text Example
Text Example
White with #7632AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632AA; }
p { color: rgb(118,50,170); }
H1.HeaderClassName
{
color: #7632AA;
}
.AnyTagClassName
{
color: #7632AA;
}
</style>
background-color css
<style>
a { background-color: #7632AA; }
a { background-color: rgb(118,50,170); }
div.DivClassName
{
background-color: #7632AA;
}
.BgClassName
{
background-color: #7632AA;
}
</style>
border-color css
<style>
span { border-color: #7632AA; }
span { border-color: rgb(118,50,170); }
td.TdClassName
{
border-color: #7632AA;
}
.TagClassName
{
border-color: #7632AA;
}
</style>