Shades of Royal Purple #63229E
Tints of Royal Purple #63229E
RGB
CMYK
RGB Variations
Color information
#63229E (or 0x63229E) is known color: Royal Purple. HEX triplet: 63, 22 and 9E. RGB value is (99,34,158). Sum of RGB (Red+Green+Blue) = 99+34+158=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #63229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63229E is #9CDD61. Grayscale: #434343. Windows color (decimal): -10280290 or 10363491. OLE color: 10363491.
HSL color Cylindrical-coordinate representation of color #63229E: hue angle of 271.45º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63229E is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 34 | 158 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.38 |
| HSL | 271.45º | 0.65% | 0.38% | - |
| HSV(B) | 271.45º | 0.78% | 0.62% | - |
| XYZ | 11.89 | 6.27 | 32.93 | - |
| YUV | 67.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 158 | 0.37 | 0.78 | 0 | 0.38 | 271.45 | 0.65 | 0.38 |
| Hex | 63 | 22 | 9E | 25 | 4E | 0 | 26 | 10F | 41 | 26 |
| Octal | 143 | 42 | 236 | 45 | 116 | 0 | 46 | 417 | 101 | 46 |
| Binary | 1100011 | 100010 | 10011110 | 100101 | 1001110 | 0 | 100110 | 100001111 | 1000001 | 100110 |
Color Harmonies of #63229E
Complementary color
Monochromatic Colors of #63229E
Black with #63229E
Text Example
Text Example
White with #63229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63229E; }
p { color: rgb(99,34,158); }
H1.HeaderClassName
{
color: #63229E;
}
.AnyTagClassName
{
color: #63229E;
}
</style>
background-color css
<style>
a { background-color: #63229E; }
a { background-color: rgb(99,34,158); }
div.DivClassName
{
background-color: #63229E;
}
.BgClassName
{
background-color: #63229E;
}
</style>
border-color css
<style>
span { border-color: #63229E; }
span { border-color: rgb(99,34,158); }
td.TdClassName
{
border-color: #63229E;
}
.TagClassName
{
border-color: #63229E;
}
</style>