Shades of Royal Purple #63259D
Tints of Royal Purple #63259D
RGB
CMYK
RGB Variations
Color information
#63259D (or 0x63259D) is known color: Royal Purple. HEX triplet: 63, 25 and 9D. RGB value is (99,37,157). Sum of RGB (Red+Green+Blue) = 99+37+157=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #63259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63259D is #9CDA62. Grayscale: #444444. Windows color (decimal): -10279523 or 10298723. OLE color: 10298723.
HSL color Cylindrical-coordinate representation of color #63259D: hue angle of 271º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63259D is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 37 | 157 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.38 |
| HSL | 271º | 0.62% | 0.38% | - |
| HSV(B) | 271º | 0.76% | 0.62% | - |
| XYZ | 11.89 | 6.41 | 32.51 | - |
| YUV | 69.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 157 | 0.37 | 0.76 | 0 | 0.38 | 271 | 0.62 | 0.38 |
| Hex | 63 | 25 | 9D | 25 | 4C | 0 | 26 | 10F | 3E | 26 |
| Octal | 143 | 45 | 235 | 45 | 114 | 0 | 46 | 417 | 76 | 46 |
| Binary | 1100011 | 100101 | 10011101 | 100101 | 1001100 | 0 | 100110 | 100001111 | 111110 | 100110 |
Color Harmonies of #63259D
Complementary color
Monochromatic Colors of #63259D
Black with #63259D
Text Example
Text Example
White with #63259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63259D; }
p { color: rgb(99,37,157); }
H1.HeaderClassName
{
color: #63259D;
}
.AnyTagClassName
{
color: #63259D;
}
</style>
background-color css
<style>
a { background-color: #63259D; }
a { background-color: rgb(99,37,157); }
div.DivClassName
{
background-color: #63259D;
}
.BgClassName
{
background-color: #63259D;
}
</style>
border-color css
<style>
span { border-color: #63259D; }
span { border-color: rgb(99,37,157); }
td.TdClassName
{
border-color: #63259D;
}
.TagClassName
{
border-color: #63259D;
}
</style>