Shades of Royal Purple #63499E
Tints of Royal Purple #63499E
RGB
CMYK
RGB Variations
Color information
#63499E (or 0x63499E) is known color: Royal Purple. HEX triplet: 63, 49 and 9E. RGB value is (99,73,158). Sum of RGB (Red+Green+Blue) = 99+73+158=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #63499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63499E is #9CB661. Grayscale: #5A5A5A. Windows color (decimal): -10270306 or 10373475. OLE color: 10373475.
HSL color Cylindrical-coordinate representation of color #63499E: hue angle of 258.35º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63499E is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 73 | 158 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.38 |
| HSL | 258.35º | 0.37% | 0.45% | - |
| HSV(B) | 258.35º | 0.54% | 0.62% | - |
| XYZ | 13.7 | 9.89 | 33.53 | - |
| YUV | 90.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 158 | 0.37 | 0.54 | 0 | 0.38 | 258.35 | 0.37 | 0.45 |
| Hex | 63 | 49 | 9E | 25 | 36 | 0 | 26 | 102 | 25 | 2D |
| Octal | 143 | 111 | 236 | 45 | 66 | 0 | 46 | 402 | 45 | 55 |
| Binary | 1100011 | 1001001 | 10011110 | 100101 | 110110 | 0 | 100110 | 100000010 | 100101 | 101101 |
Color Harmonies of #63499E
Complementary color
Monochromatic Colors of #63499E
Black with #63499E
Text Example
Text Example
White with #63499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63499E; }
p { color: rgb(99,73,158); }
H1.HeaderClassName
{
color: #63499E;
}
.AnyTagClassName
{
color: #63499E;
}
</style>
background-color css
<style>
a { background-color: #63499E; }
a { background-color: rgb(99,73,158); }
div.DivClassName
{
background-color: #63499E;
}
.BgClassName
{
background-color: #63499E;
}
</style>
border-color css
<style>
span { border-color: #63499E; }
span { border-color: rgb(99,73,158); }
td.TdClassName
{
border-color: #63499E;
}
.TagClassName
{
border-color: #63499E;
}
</style>