Shades of Royal Purple #63299A
Tints of Royal Purple #63299A
RGB
CMYK
RGB Variations
Color information
#63299A (or 0x63299A) is known color: Royal Purple. HEX triplet: 63, 29 and 9A. RGB value is (99,41,154). Sum of RGB (Red+Green+Blue) = 99+41+154=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #63299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63299A is #9CD665. Grayscale: #464646. Windows color (decimal): -10278502 or 10103139. OLE color: 10103139.
HSL color Cylindrical-coordinate representation of color #63299A: hue angle of 270.8º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63299A is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 41 | 154 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.40 |
| HSL | 270.8º | 0.58% | 0.38% | - |
| HSV(B) | 270.8º | 0.73% | 0.6% | - |
| XYZ | 11.77 | 6.57 | 31.22 | - |
| YUV | 71.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 154 | 0.36 | 0.73 | 0 | 0.40 | 270.8 | 0.58 | 0.38 |
| Hex | 63 | 29 | 9A | 24 | 49 | 0 | 28 | 10F | 3A | 26 |
| Octal | 143 | 51 | 232 | 44 | 111 | 0 | 50 | 417 | 72 | 46 |
| Binary | 1100011 | 101001 | 10011010 | 100100 | 1001001 | 0 | 101000 | 100001111 | 111010 | 100110 |
Color Harmonies of #63299A
Complementary color
Monochromatic Colors of #63299A
Black with #63299A
Text Example
Text Example
White with #63299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63299A; }
p { color: rgb(99,41,154); }
H1.HeaderClassName
{
color: #63299A;
}
.AnyTagClassName
{
color: #63299A;
}
</style>
background-color css
<style>
a { background-color: #63299A; }
a { background-color: rgb(99,41,154); }
div.DivClassName
{
background-color: #63299A;
}
.BgClassName
{
background-color: #63299A;
}
</style>
border-color css
<style>
span { border-color: #63299A; }
span { border-color: rgb(99,41,154); }
td.TdClassName
{
border-color: #63299A;
}
.TagClassName
{
border-color: #63299A;
}
</style>