Shades of Royal Purple #634AA1
Tints of Royal Purple #634AA1
RGB
CMYK
RGB Variations
Color information
#634AA1 (or 0x634AA1) is known color: Royal Purple. HEX triplet: 63, 4A and A1. RGB value is (99,74,161). Sum of RGB (Red+Green+Blue) = 99+74+161=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 74 (29.30% from 255 or 22.16% 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 #634AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634AA1 is #9CB55E. Grayscale: #5B5B5B. Windows color (decimal): -10270047 or 10570339. OLE color: 10570339.
HSL color Cylindrical-coordinate representation of color #634AA1: hue angle of 257.24º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #634AA1 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 74 | 161 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.37 |
| HSL | 257.24º | 0.37% | 0.46% | - |
| HSV(B) | 257.24º | 0.54% | 0.63% | - |
| XYZ | 14.03 | 10.12 | 34.93 | - |
| YUV | 91.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 161 | 0.39 | 0.54 | 0 | 0.37 | 257.24 | 0.37 | 0.46 |
| Hex | 63 | 4A | A1 | 27 | 36 | 0 | 25 | 101 | 25 | 2E |
| Octal | 143 | 112 | 241 | 47 | 66 | 0 | 45 | 401 | 45 | 56 |
| Binary | 1100011 | 1001010 | 10100001 | 100111 | 110110 | 0 | 100101 | 100000001 | 100101 | 101110 |
Color Harmonies of #634AA1
Complementary color
Monochromatic Colors of #634AA1
Black with #634AA1
Text Example
Text Example
White with #634AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634AA1; }
p { color: rgb(99,74,161); }
H1.HeaderClassName
{
color: #634AA1;
}
.AnyTagClassName
{
color: #634AA1;
}
</style>
background-color css
<style>
a { background-color: #634AA1; }
a { background-color: rgb(99,74,161); }
div.DivClassName
{
background-color: #634AA1;
}
.BgClassName
{
background-color: #634AA1;
}
</style>
border-color css
<style>
span { border-color: #634AA1; }
span { border-color: rgb(99,74,161); }
td.TdClassName
{
border-color: #634AA1;
}
.TagClassName
{
border-color: #634AA1;
}
</style>