Shades of Royal Purple #63329B
Tints of Royal Purple #63329B
RGB
CMYK
RGB Variations
Color information
#63329B (or 0x63329B) is known color: Royal Purple. HEX triplet: 63, 32 and 9B. RGB value is (99,50,155). Sum of RGB (Red+Green+Blue) = 99+50+155=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #63329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63329B is #9CCD64. Grayscale: #4C4C4C. Windows color (decimal): -10276197 or 10170979. OLE color: 10170979.
HSL color Cylindrical-coordinate representation of color #63329B: hue angle of 268º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63329B is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 50 | 155 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.39 |
| HSL | 268º | 0.51% | 0.4% | - |
| HSV(B) | 268º | 0.68% | 0.61% | - |
| XYZ | 12.2 | 7.3 | 31.78 | - |
| YUV | 76.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 155 | 0.36 | 0.68 | 0 | 0.39 | 268 | 0.51 | 0.4 |
| Hex | 63 | 32 | 9B | 24 | 44 | 0 | 27 | 10C | 33 | 28 |
| Octal | 143 | 62 | 233 | 44 | 104 | 0 | 47 | 414 | 63 | 50 |
| Binary | 1100011 | 110010 | 10011011 | 100100 | 1000100 | 0 | 100111 | 100001100 | 110011 | 101000 |
Color Harmonies of #63329B
Complementary color
Monochromatic Colors of #63329B
Black with #63329B
Text Example
Text Example
White with #63329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63329B; }
p { color: rgb(99,50,155); }
H1.HeaderClassName
{
color: #63329B;
}
.AnyTagClassName
{
color: #63329B;
}
</style>
background-color css
<style>
a { background-color: #63329B; }
a { background-color: rgb(99,50,155); }
div.DivClassName
{
background-color: #63329B;
}
.BgClassName
{
background-color: #63329B;
}
</style>
border-color css
<style>
span { border-color: #63329B; }
span { border-color: rgb(99,50,155); }
td.TdClassName
{
border-color: #63329B;
}
.TagClassName
{
border-color: #63329B;
}
</style>