Shades of Royal Purple #63279D
Tints of Royal Purple #63279D
RGB
CMYK
RGB Variations
Color information
#63279D (or 0x63279D) is known color: Royal Purple. HEX triplet: 63, 27 and 9D. RGB value is (99,39,157). Sum of RGB (Red+Green+Blue) = 99+39+157=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #63279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63279D is #9CD862. Grayscale: #454545. Windows color (decimal): -10279011 or 10299235. OLE color: 10299235.
HSL color Cylindrical-coordinate representation of color #63279D: hue angle of 270.51º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63279D is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 39 | 157 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.38 |
| HSL | 270.51º | 0.6% | 0.38% | - |
| HSV(B) | 270.51º | 0.75% | 0.62% | - |
| XYZ | 11.96 | 6.54 | 32.53 | - |
| YUV | 70.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 157 | 0.37 | 0.75 | 0 | 0.38 | 270.51 | 0.6 | 0.38 |
| Hex | 63 | 27 | 9D | 25 | 4B | 0 | 26 | 10F | 3C | 26 |
| Octal | 143 | 47 | 235 | 45 | 113 | 0 | 46 | 417 | 74 | 46 |
| Binary | 1100011 | 100111 | 10011101 | 100101 | 1001011 | 0 | 100110 | 100001111 | 111100 | 100110 |
Color Harmonies of #63279D
Complementary color
Monochromatic Colors of #63279D
Black with #63279D
Text Example
Text Example
White with #63279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63279D; }
p { color: rgb(99,39,157); }
H1.HeaderClassName
{
color: #63279D;
}
.AnyTagClassName
{
color: #63279D;
}
</style>
background-color css
<style>
a { background-color: #63279D; }
a { background-color: rgb(99,39,157); }
div.DivClassName
{
background-color: #63279D;
}
.BgClassName
{
background-color: #63279D;
}
</style>
border-color css
<style>
span { border-color: #63279D; }
span { border-color: rgb(99,39,157); }
td.TdClassName
{
border-color: #63279D;
}
.TagClassName
{
border-color: #63279D;
}
</style>