Shades of Royal Purple #63209C
Tints of Royal Purple #63209C
RGB
CMYK
RGB Variations
Color information
#63209C (or 0x63209C) is known color: Royal Purple. HEX triplet: 63, 20 and 9C. RGB value is (99,32,156). Sum of RGB (Red+Green+Blue) = 99+32+156=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #63209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63209C is #9CDF63. Grayscale: #414141. Windows color (decimal): -10280804 or 10231907. OLE color: 10231907.
HSL color Cylindrical-coordinate representation of color #63209C: hue angle of 272.42º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63209C is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 32 | 156 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.39 |
| HSL | 272.42º | 0.66% | 0.37% | - |
| HSV(B) | 272.42º | 0.79% | 0.61% | - |
| XYZ | 11.66 | 6.09 | 32.01 | - |
| YUV | 66.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 156 | 0.37 | 0.79 | 0 | 0.39 | 272.42 | 0.66 | 0.37 |
| Hex | 63 | 20 | 9C | 25 | 4F | 0 | 27 | 110 | 42 | 25 |
| Octal | 143 | 40 | 234 | 45 | 117 | 0 | 47 | 420 | 102 | 45 |
| Binary | 1100011 | 100000 | 10011100 | 100101 | 1001111 | 0 | 100111 | 100010000 | 1000010 | 100101 |
Color Harmonies of #63209C
Complementary color
Monochromatic Colors of #63209C
Black with #63209C
Text Example
Text Example
White with #63209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63209C; }
p { color: rgb(99,32,156); }
H1.HeaderClassName
{
color: #63209C;
}
.AnyTagClassName
{
color: #63209C;
}
</style>
background-color css
<style>
a { background-color: #63209C; }
a { background-color: rgb(99,32,156); }
div.DivClassName
{
background-color: #63209C;
}
.BgClassName
{
background-color: #63209C;
}
</style>
border-color css
<style>
span { border-color: #63209C; }
span { border-color: rgb(99,32,156); }
td.TdClassName
{
border-color: #63209C;
}
.TagClassName
{
border-color: #63209C;
}
</style>