Shades of Royal Purple #63389F
Tints of Royal Purple #63389F
RGB
CMYK
RGB Variations
Color information
#63389F (or 0x63389F) is known color: Royal Purple. HEX triplet: 63, 38 and 9F. RGB value is (99,56,159). Sum of RGB (Red+Green+Blue) = 99+56+159=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #63389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63389F is #9CC760. Grayscale: #505050. Windows color (decimal): -10274657 or 10434659. OLE color: 10434659.
HSL color Cylindrical-coordinate representation of color #63389F: hue angle of 265.05º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63389F is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 56 | 159 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.38 |
| HSL | 265.05º | 0.48% | 0.42% | - |
| HSV(B) | 265.05º | 0.65% | 0.62% | - |
| XYZ | 12.82 | 7.98 | 33.67 | - |
| YUV | 80.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 159 | 0.38 | 0.65 | 0 | 0.38 | 265.05 | 0.48 | 0.42 |
| Hex | 63 | 38 | 9F | 26 | 41 | 0 | 26 | 109 | 30 | 2A |
| Octal | 143 | 70 | 237 | 46 | 101 | 0 | 46 | 411 | 60 | 52 |
| Binary | 1100011 | 111000 | 10011111 | 100110 | 1000001 | 0 | 100110 | 100001001 | 110000 | 101010 |
Color Harmonies of #63389F
Complementary color
Monochromatic Colors of #63389F
Black with #63389F
Text Example
Text Example
White with #63389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63389F; }
p { color: rgb(99,56,159); }
H1.HeaderClassName
{
color: #63389F;
}
.AnyTagClassName
{
color: #63389F;
}
</style>
background-color css
<style>
a { background-color: #63389F; }
a { background-color: rgb(99,56,159); }
div.DivClassName
{
background-color: #63389F;
}
.BgClassName
{
background-color: #63389F;
}
</style>
border-color css
<style>
span { border-color: #63389F; }
span { border-color: rgb(99,56,159); }
td.TdClassName
{
border-color: #63389F;
}
.TagClassName
{
border-color: #63389F;
}
</style>