Shades of Royal Purple #634199
Tints of Royal Purple #634199
RGB
CMYK
RGB Variations
Color information
#634199 (or 0x634199) is known color: Royal Purple. HEX triplet: 63, 41 and 99. RGB value is (99,65,153). Sum of RGB (Red+Green+Blue) = 99+65+153=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #634199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634199 is #9CBE66. Grayscale: #545454. Windows color (decimal): -10272359 or 10043747. OLE color: 10043747.
HSL color Cylindrical-coordinate representation of color #634199: hue angle of 263.18º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #634199 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 65 | 153 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.4 |
| HSL | 263.18º | 0.4% | 0.43% | - |
| HSV(B) | 263.18º | 0.58% | 0.6% | - |
| XYZ | 12.79 | 8.73 | 31.15 | - |
| YUV | 85.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 153 | 0.35 | 0.58 | 0 | 0.4 | 263.18 | 0.4 | 0.43 |
| Hex | 63 | 41 | 99 | 23 | 3A | 0 | 28 | 107 | 28 | 2B |
| Octal | 143 | 101 | 231 | 43 | 72 | 0 | 50 | 407 | 50 | 53 |
| Binary | 1100011 | 1000001 | 10011001 | 100011 | 111010 | 0 | 101000 | 100000111 | 101000 | 101011 |
Color Harmonies of #634199
Complementary color
Monochromatic Colors of #634199
Black with #634199
Text Example
Text Example
White with #634199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634199; }
p { color: rgb(99,65,153); }
H1.HeaderClassName
{
color: #634199;
}
.AnyTagClassName
{
color: #634199;
}
</style>
background-color css
<style>
a { background-color: #634199; }
a { background-color: rgb(99,65,153); }
div.DivClassName
{
background-color: #634199;
}
.BgClassName
{
background-color: #634199;
}
</style>
border-color css
<style>
span { border-color: #634199; }
span { border-color: rgb(99,65,153); }
td.TdClassName
{
border-color: #634199;
}
.TagClassName
{
border-color: #634199;
}
</style>