Shades of Royal Purple #63259E
Tints of Royal Purple #63259E
RGB
CMYK
RGB Variations
Color information
#63259E (or 0x63259E) is known color: Royal Purple. HEX triplet: 63, 25 and 9E. RGB value is (99,37,158). Sum of RGB (Red+Green+Blue) = 99+37+158=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #63259E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63259E is #9CDA61. Grayscale: #444444. Windows color (decimal): -10279522 or 10364259. OLE color: 10364259.
HSL color Cylindrical-coordinate representation of color #63259E: hue angle of 270.74º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63259E is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 37 | 158 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.38 |
| HSL | 270.74º | 0.62% | 0.38% | - |
| HSV(B) | 270.74º | 0.77% | 0.62% | - |
| XYZ | 11.98 | 6.44 | 32.96 | - |
| YUV | 69.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 158 | 0.37 | 0.77 | 0 | 0.38 | 270.74 | 0.62 | 0.38 |
| Hex | 63 | 25 | 9E | 25 | 4D | 0 | 26 | 10F | 3E | 26 |
| Octal | 143 | 45 | 236 | 45 | 115 | 0 | 46 | 417 | 76 | 46 |
| Binary | 1100011 | 100101 | 10011110 | 100101 | 1001101 | 0 | 100110 | 100001111 | 111110 | 100110 |
Color Harmonies of #63259E
Complementary color
Monochromatic Colors of #63259E
Black with #63259E
Text Example
Text Example
White with #63259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63259E; }
p { color: rgb(99,37,158); }
H1.HeaderClassName
{
color: #63259E;
}
.AnyTagClassName
{
color: #63259E;
}
</style>
background-color css
<style>
a { background-color: #63259E; }
a { background-color: rgb(99,37,158); }
div.DivClassName
{
background-color: #63259E;
}
.BgClassName
{
background-color: #63259E;
}
</style>
border-color css
<style>
span { border-color: #63259E; }
span { border-color: rgb(99,37,158); }
td.TdClassName
{
border-color: #63259E;
}
.TagClassName
{
border-color: #63259E;
}
</style>