Shades of Royal Purple #63319E
Tints of Royal Purple #63319E
RGB
CMYK
RGB Variations
Color information
#63319E (or 0x63319E) is known color: Royal Purple. HEX triplet: 63, 31 and 9E. RGB value is (99,49,158). Sum of RGB (Red+Green+Blue) = 99+49+158=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #63319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63319E is #9CCE61. Grayscale: #4B4B4B. Windows color (decimal): -10276450 or 10367331. OLE color: 10367331.
HSL color Cylindrical-coordinate representation of color #63319E: hue angle of 267.52º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63319E is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 49 | 158 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.38 |
| HSL | 267.52º | 0.53% | 0.41% | - |
| HSV(B) | 267.52º | 0.69% | 0.62% | - |
| XYZ | 12.42 | 7.32 | 33.11 | - |
| YUV | 76.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 158 | 0.37 | 0.69 | 0 | 0.38 | 267.52 | 0.53 | 0.41 |
| Hex | 63 | 31 | 9E | 25 | 45 | 0 | 26 | 10C | 35 | 29 |
| Octal | 143 | 61 | 236 | 45 | 105 | 0 | 46 | 414 | 65 | 51 |
| Binary | 1100011 | 110001 | 10011110 | 100101 | 1000101 | 0 | 100110 | 100001100 | 110101 | 101001 |
Color Harmonies of #63319E
Complementary color
Monochromatic Colors of #63319E
Black with #63319E
Text Example
Text Example
White with #63319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63319E; }
p { color: rgb(99,49,158); }
H1.HeaderClassName
{
color: #63319E;
}
.AnyTagClassName
{
color: #63319E;
}
</style>
background-color css
<style>
a { background-color: #63319E; }
a { background-color: rgb(99,49,158); }
div.DivClassName
{
background-color: #63319E;
}
.BgClassName
{
background-color: #63319E;
}
</style>
border-color css
<style>
span { border-color: #63319E; }
span { border-color: rgb(99,49,158); }
td.TdClassName
{
border-color: #63319E;
}
.TagClassName
{
border-color: #63319E;
}
</style>