Shades of Royal Purple #7637AE
Tints of Royal Purple #7637AE
RGB
CMYK
RGB Variations
Color information
#7637AE (or 0x7637AE) is known color: Royal Purple. HEX triplet: 76, 37 and AE. RGB value is (118,55,174). Sum of RGB (Red+Green+Blue) = 118+55+174=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #7637AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7637AE is #89C851. Grayscale: #565656. Windows color (decimal): -9029714 or 11417462. OLE color: 11417462.
HSL color Cylindrical-coordinate representation of color #7637AE: hue angle of 271.76º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7637AE is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 55 | 174 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.32 |
| HSL | 271.76º | 0.52% | 0.45% | - |
| HSV(B) | 271.76º | 0.68% | 0.68% | - |
| XYZ | 16.48 | 9.64 | 41.04 | - |
| YUV | 87.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 174 | 0.32 | 0.68 | 0 | 0.32 | 271.76 | 0.52 | 0.45 |
| Hex | 76 | 37 | AE | 20 | 44 | 0 | 20 | 110 | 34 | 2D |
| Octal | 166 | 67 | 256 | 40 | 104 | 0 | 40 | 420 | 64 | 55 |
| Binary | 1110110 | 110111 | 10101110 | 100000 | 1000100 | 0 | 100000 | 100010000 | 110100 | 101101 |
Color Harmonies of #7637AE
Complementary color
Monochromatic Colors of #7637AE
Black with #7637AE
Text Example
Text Example
White with #7637AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7637AE; }
p { color: rgb(118,55,174); }
H1.HeaderClassName
{
color: #7637AE;
}
.AnyTagClassName
{
color: #7637AE;
}
</style>
background-color css
<style>
a { background-color: #7637AE; }
a { background-color: rgb(118,55,174); }
div.DivClassName
{
background-color: #7637AE;
}
.BgClassName
{
background-color: #7637AE;
}
</style>
border-color css
<style>
span { border-color: #7637AE; }
span { border-color: rgb(118,55,174); }
td.TdClassName
{
border-color: #7637AE;
}
.TagClassName
{
border-color: #7637AE;
}
</style>