Shades of Royal Purple #63279E
Tints of Royal Purple #63279E
RGB
CMYK
RGB Variations
Color information
#63279E (or 0x63279E) is known color: Royal Purple. HEX triplet: 63, 27 and 9E. RGB value is (99,39,158). Sum of RGB (Red+Green+Blue) = 99+39+158=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #63279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63279E is #9CD861. Grayscale: #464646. Windows color (decimal): -10279010 or 10364771. OLE color: 10364771.
HSL color Cylindrical-coordinate representation of color #63279E: hue angle of 270.25º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63279E is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 39 | 158 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.38 |
| HSL | 270.25º | 0.6% | 0.39% | - |
| HSV(B) | 270.25º | 0.75% | 0.62% | - |
| XYZ | 12.04 | 6.57 | 32.98 | - |
| YUV | 70.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 158 | 0.37 | 0.75 | 0 | 0.38 | 270.25 | 0.6 | 0.39 |
| Hex | 63 | 27 | 9E | 25 | 4B | 0 | 26 | 10E | 3C | 27 |
| Octal | 143 | 47 | 236 | 45 | 113 | 0 | 46 | 416 | 74 | 47 |
| Binary | 1100011 | 100111 | 10011110 | 100101 | 1001011 | 0 | 100110 | 100001110 | 111100 | 100111 |
Color Harmonies of #63279E
Complementary color
Monochromatic Colors of #63279E
Black with #63279E
Text Example
Text Example
White with #63279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63279E; }
p { color: rgb(99,39,158); }
H1.HeaderClassName
{
color: #63279E;
}
.AnyTagClassName
{
color: #63279E;
}
</style>
background-color css
<style>
a { background-color: #63279E; }
a { background-color: rgb(99,39,158); }
div.DivClassName
{
background-color: #63279E;
}
.BgClassName
{
background-color: #63279E;
}
</style>
border-color css
<style>
span { border-color: #63279E; }
span { border-color: rgb(99,39,158); }
td.TdClassName
{
border-color: #63279E;
}
.TagClassName
{
border-color: #63279E;
}
</style>