Shades of Royal Purple #63199C
Tints of Royal Purple #63199C
RGB
CMYK
RGB Variations
Color information
#63199C (or 0x63199C) is known color: Royal Purple. HEX triplet: 63, 19 and 9C. RGB value is (99,25,156). Sum of RGB (Red+Green+Blue) = 99+25+156=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #63199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63199C is #9CE663. Grayscale: #3D3D3D. Windows color (decimal): -10282596 or 10230115. OLE color: 10230115.
HSL color Cylindrical-coordinate representation of color #63199C: hue angle of 273.89º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63199C is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 25 | 156 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.39 |
| HSL | 273.89º | 0.72% | 0.35% | - |
| HSV(B) | 273.89º | 0.84% | 0.61% | - |
| XYZ | 11.49 | 5.75 | 31.96 | - |
| YUV | 62.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 156 | 0.37 | 0.84 | 0 | 0.39 | 273.89 | 0.72 | 0.35 |
| Hex | 63 | 19 | 9C | 25 | 54 | 0 | 27 | 112 | 48 | 23 |
| Octal | 143 | 31 | 234 | 45 | 124 | 0 | 47 | 422 | 110 | 43 |
| Binary | 1100011 | 11001 | 10011100 | 100101 | 1010100 | 0 | 100111 | 100010010 | 1001000 | 100011 |
Color Harmonies of #63199C
Complementary color
Monochromatic Colors of #63199C
Black with #63199C
Text Example
Text Example
White with #63199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63199C; }
p { color: rgb(99,25,156); }
H1.HeaderClassName
{
color: #63199C;
}
.AnyTagClassName
{
color: #63199C;
}
</style>
background-color css
<style>
a { background-color: #63199C; }
a { background-color: rgb(99,25,156); }
div.DivClassName
{
background-color: #63199C;
}
.BgClassName
{
background-color: #63199C;
}
</style>
border-color css
<style>
span { border-color: #63199C; }
span { border-color: rgb(99,25,156); }
td.TdClassName
{
border-color: #63199C;
}
.TagClassName
{
border-color: #63199C;
}
</style>