Shades of Royal Purple #63369C
Tints of Royal Purple #63369C
RGB
CMYK
RGB Variations
Color information
#63369C (or 0x63369C) is known color: Royal Purple. HEX triplet: 63, 36 and 9C. RGB value is (99,54,156). Sum of RGB (Red+Green+Blue) = 99+54+156=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #63369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63369C is #9CC963. Grayscale: #4E4E4E. Windows color (decimal): -10275172 or 10237539. OLE color: 10237539.
HSL color Cylindrical-coordinate representation of color #63369C: hue angle of 266.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63369C is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 54 | 156 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.39 |
| HSL | 266.47º | 0.49% | 0.41% | - |
| HSV(B) | 266.47º | 0.65% | 0.61% | - |
| XYZ | 12.47 | 7.69 | 32.28 | - |
| YUV | 79.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 156 | 0.37 | 0.65 | 0 | 0.39 | 266.47 | 0.49 | 0.41 |
| Hex | 63 | 36 | 9C | 25 | 41 | 0 | 27 | 10A | 31 | 29 |
| Octal | 143 | 66 | 234 | 45 | 101 | 0 | 47 | 412 | 61 | 51 |
| Binary | 1100011 | 110110 | 10011100 | 100101 | 1000001 | 0 | 100111 | 100001010 | 110001 | 101001 |
Color Harmonies of #63369C
Complementary color
Monochromatic Colors of #63369C
Black with #63369C
Text Example
Text Example
White with #63369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63369C; }
p { color: rgb(99,54,156); }
H1.HeaderClassName
{
color: #63369C;
}
.AnyTagClassName
{
color: #63369C;
}
</style>
background-color css
<style>
a { background-color: #63369C; }
a { background-color: rgb(99,54,156); }
div.DivClassName
{
background-color: #63369C;
}
.BgClassName
{
background-color: #63369C;
}
</style>
border-color css
<style>
span { border-color: #63369C; }
span { border-color: rgb(99,54,156); }
td.TdClassName
{
border-color: #63369C;
}
.TagClassName
{
border-color: #63369C;
}
</style>