Shades of Royal Purple #634CA1
Tints of Royal Purple #634CA1
RGB
CMYK
RGB Variations
Color information
#634CA1 (or 0x634CA1) is known color: Royal Purple. HEX triplet: 63, 4C and A1. RGB value is (99,76,161). Sum of RGB (Red+Green+Blue) = 99+76+161=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 161 - color contains mainly: blue. Hex color #634CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634CA1 is #9CB35E. Grayscale: #5C5C5C. Windows color (decimal): -10269535 or 10570851. OLE color: 10570851.
HSL color Cylindrical-coordinate representation of color #634CA1: hue angle of 256.24º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #634CA1 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 76 | 161 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.37 |
| HSL | 256.24º | 0.36% | 0.46% | - |
| HSV(B) | 256.24º | 0.53% | 0.63% | - |
| XYZ | 14.16 | 10.39 | 34.98 | - |
| YUV | 92.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 161 | 0.39 | 0.53 | 0 | 0.37 | 256.24 | 0.36 | 0.46 |
| Hex | 63 | 4C | A1 | 27 | 35 | 0 | 25 | 100 | 24 | 2E |
| Octal | 143 | 114 | 241 | 47 | 65 | 0 | 45 | 400 | 44 | 56 |
| Binary | 1100011 | 1001100 | 10100001 | 100111 | 110101 | 0 | 100101 | 100000000 | 100100 | 101110 |
Color Harmonies of #634CA1
Complementary color
Monochromatic Colors of #634CA1
Black with #634CA1
Text Example
Text Example
White with #634CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634CA1; }
p { color: rgb(99,76,161); }
H1.HeaderClassName
{
color: #634CA1;
}
.AnyTagClassName
{
color: #634CA1;
}
</style>
background-color css
<style>
a { background-color: #634CA1; }
a { background-color: rgb(99,76,161); }
div.DivClassName
{
background-color: #634CA1;
}
.BgClassName
{
background-color: #634CA1;
}
</style>
border-color css
<style>
span { border-color: #634CA1; }
span { border-color: rgb(99,76,161); }
td.TdClassName
{
border-color: #634CA1;
}
.TagClassName
{
border-color: #634CA1;
}
</style>