Shades of Royal Purple #63249A
Tints of Royal Purple #63249A
RGB
CMYK
RGB Variations
Color information
#63249A (or 0x63249A) is known color: Royal Purple. HEX triplet: 63, 24 and 9A. RGB value is (99,36,154). Sum of RGB (Red+Green+Blue) = 99+36+154=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #63249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63249A is #9CDB65. Grayscale: #434343. Windows color (decimal): -10279782 or 10101859. OLE color: 10101859.
HSL color Cylindrical-coordinate representation of color #63249A: hue angle of 272.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63249A is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 36 | 154 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.40 |
| HSL | 272.03º | 0.62% | 0.37% | - |
| HSV(B) | 272.03º | 0.77% | 0.6% | - |
| XYZ | 11.61 | 6.25 | 31.17 | - |
| YUV | 68.29 | 176.37 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 154 | 0.36 | 0.77 | 0 | 0.40 | 272.03 | 0.62 | 0.37 |
| Hex | 63 | 24 | 9A | 24 | 4D | 0 | 28 | 110 | 3E | 25 |
| Octal | 143 | 44 | 232 | 44 | 115 | 0 | 50 | 420 | 76 | 45 |
| Binary | 1100011 | 100100 | 10011010 | 100100 | 1001101 | 0 | 101000 | 100010000 | 111110 | 100101 |
Color Harmonies of #63249A
Complementary color
Monochromatic Colors of #63249A
Black with #63249A
Text Example
Text Example
White with #63249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63249A; }
p { color: rgb(99,36,154); }
H1.HeaderClassName
{
color: #63249A;
}
.AnyTagClassName
{
color: #63249A;
}
</style>
background-color css
<style>
a { background-color: #63249A; }
a { background-color: rgb(99,36,154); }
div.DivClassName
{
background-color: #63249A;
}
.BgClassName
{
background-color: #63249A;
}
</style>
border-color css
<style>
span { border-color: #63249A; }
span { border-color: rgb(99,36,154); }
td.TdClassName
{
border-color: #63249A;
}
.TagClassName
{
border-color: #63249A;
}
</style>