Shades of Royal Purple #63279C
Tints of Royal Purple #63279C
RGB
CMYK
RGB Variations
Color information
#63279C (or 0x63279C) is known color: Royal Purple. HEX triplet: 63, 27 and 9C. RGB value is (99,39,156). Sum of RGB (Red+Green+Blue) = 99+39+156=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #63279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63279C is #9CD863. Grayscale: #454545. Windows color (decimal): -10279012 or 10233699. OLE color: 10233699.
HSL color Cylindrical-coordinate representation of color #63279C: hue angle of 270.77º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63279C is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 39 | 156 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.39 |
| HSL | 270.77º | 0.6% | 0.38% | - |
| HSV(B) | 270.77º | 0.75% | 0.61% | - |
| XYZ | 11.87 | 6.5 | 32.08 | - |
| YUV | 70.28 | 176.38 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 156 | 0.37 | 0.75 | 0 | 0.39 | 270.77 | 0.6 | 0.38 |
| Hex | 63 | 27 | 9C | 25 | 4B | 0 | 27 | 10F | 3C | 26 |
| Octal | 143 | 47 | 234 | 45 | 113 | 0 | 47 | 417 | 74 | 46 |
| Binary | 1100011 | 100111 | 10011100 | 100101 | 1001011 | 0 | 100111 | 100001111 | 111100 | 100110 |
Color Harmonies of #63279C
Complementary color
Monochromatic Colors of #63279C
Black with #63279C
Text Example
Text Example
White with #63279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63279C; }
p { color: rgb(99,39,156); }
H1.HeaderClassName
{
color: #63279C;
}
.AnyTagClassName
{
color: #63279C;
}
</style>
background-color css
<style>
a { background-color: #63279C; }
a { background-color: rgb(99,39,156); }
div.DivClassName
{
background-color: #63279C;
}
.BgClassName
{
background-color: #63279C;
}
</style>
border-color css
<style>
span { border-color: #63279C; }
span { border-color: rgb(99,39,156); }
td.TdClassName
{
border-color: #63279C;
}
.TagClassName
{
border-color: #63279C;
}
</style>