Shades of Royal Purple #7637A1
Tints of Royal Purple #7637A1
RGB
CMYK
RGB Variations
Color information
#7637A1 (or 0x7637A1) is known color: Royal Purple. HEX triplet: 76, 37 and A1. RGB value is (118,55,161). Sum of RGB (Red+Green+Blue) = 118+55+161=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #7637A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7637A1 is #89C85E. Grayscale: #555555. Windows color (decimal): -9029727 or 10565494. OLE color: 10565494.
HSL color Cylindrical-coordinate representation of color #7637A1: hue angle of 275.66º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7637A1 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 55 | 161 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.37 |
| HSL | 275.66º | 0.49% | 0.42% | - |
| HSV(B) | 275.66º | 0.66% | 0.63% | - |
| XYZ | 15.27 | 9.16 | 34.68 | - |
| YUV | 85.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 161 | 0.27 | 0.66 | 0 | 0.37 | 275.66 | 0.49 | 0.42 |
| Hex | 76 | 37 | A1 | 1B | 42 | 0 | 25 | 114 | 31 | 2A |
| Octal | 166 | 67 | 241 | 33 | 102 | 0 | 45 | 424 | 61 | 52 |
| Binary | 1110110 | 110111 | 10100001 | 11011 | 1000010 | 0 | 100101 | 100010100 | 110001 | 101010 |
Color Harmonies of #7637A1
Complementary color
Monochromatic Colors of #7637A1
Black with #7637A1
Text Example
Text Example
White with #7637A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7637A1; }
p { color: rgb(118,55,161); }
H1.HeaderClassName
{
color: #7637A1;
}
.AnyTagClassName
{
color: #7637A1;
}
</style>
background-color css
<style>
a { background-color: #7637A1; }
a { background-color: rgb(118,55,161); }
div.DivClassName
{
background-color: #7637A1;
}
.BgClassName
{
background-color: #7637A1;
}
</style>
border-color css
<style>
span { border-color: #7637A1; }
span { border-color: rgb(118,55,161); }
td.TdClassName
{
border-color: #7637A1;
}
.TagClassName
{
border-color: #7637A1;
}
</style>