Shades of Royal Purple #63369D
Tints of Royal Purple #63369D
RGB
CMYK
RGB Variations
Color information
#63369D (or 0x63369D) is known color: Royal Purple. HEX triplet: 63, 36 and 9D. RGB value is (99,54,157). Sum of RGB (Red+Green+Blue) = 99+54+157=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #63369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63369D is #9CC962. Grayscale: #4E4E4E. Windows color (decimal): -10275171 or 10303075. OLE color: 10303075.
HSL color Cylindrical-coordinate representation of color #63369D: hue angle of 266.21º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63369D is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 54 | 157 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.38 |
| HSL | 266.21º | 0.49% | 0.41% | - |
| HSV(B) | 266.21º | 0.66% | 0.62% | - |
| XYZ | 12.55 | 7.73 | 32.73 | - |
| YUV | 79.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 157 | 0.37 | 0.66 | 0 | 0.38 | 266.21 | 0.49 | 0.41 |
| Hex | 63 | 36 | 9D | 25 | 42 | 0 | 26 | 10A | 31 | 29 |
| Octal | 143 | 66 | 235 | 45 | 102 | 0 | 46 | 412 | 61 | 51 |
| Binary | 1100011 | 110110 | 10011101 | 100101 | 1000010 | 0 | 100110 | 100001010 | 110001 | 101001 |
Color Harmonies of #63369D
Complementary color
Monochromatic Colors of #63369D
Black with #63369D
Text Example
Text Example
White with #63369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63369D; }
p { color: rgb(99,54,157); }
H1.HeaderClassName
{
color: #63369D;
}
.AnyTagClassName
{
color: #63369D;
}
</style>
background-color css
<style>
a { background-color: #63369D; }
a { background-color: rgb(99,54,157); }
div.DivClassName
{
background-color: #63369D;
}
.BgClassName
{
background-color: #63369D;
}
</style>
border-color css
<style>
span { border-color: #63369D; }
span { border-color: rgb(99,54,157); }
td.TdClassName
{
border-color: #63369D;
}
.TagClassName
{
border-color: #63369D;
}
</style>