Shades of Royal Purple #63359B
Tints of Royal Purple #63359B
RGB
CMYK
RGB Variations
Color information
#63359B (or 0x63359B) is known color: Royal Purple. HEX triplet: 63, 35 and 9B. RGB value is (99,53,155). Sum of RGB (Red+Green+Blue) = 99+53+155=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #63359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63359B is #9CCA64. Grayscale: #4E4E4E. Windows color (decimal): -10275429 or 10171747. OLE color: 10171747.
HSL color Cylindrical-coordinate representation of color #63359B: hue angle of 267.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63359B is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 53 | 155 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.39 |
| HSL | 267.06º | 0.49% | 0.41% | - |
| HSV(B) | 267.06º | 0.66% | 0.61% | - |
| XYZ | 12.34 | 7.57 | 31.82 | - |
| YUV | 78.38 | 171.24 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 155 | 0.36 | 0.66 | 0 | 0.39 | 267.06 | 0.49 | 0.41 |
| Hex | 63 | 35 | 9B | 24 | 42 | 0 | 27 | 10B | 31 | 29 |
| Octal | 143 | 65 | 233 | 44 | 102 | 0 | 47 | 413 | 61 | 51 |
| Binary | 1100011 | 110101 | 10011011 | 100100 | 1000010 | 0 | 100111 | 100001011 | 110001 | 101001 |
Color Harmonies of #63359B
Complementary color
Monochromatic Colors of #63359B
Black with #63359B
Text Example
Text Example
White with #63359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63359B; }
p { color: rgb(99,53,155); }
H1.HeaderClassName
{
color: #63359B;
}
.AnyTagClassName
{
color: #63359B;
}
</style>
background-color css
<style>
a { background-color: #63359B; }
a { background-color: rgb(99,53,155); }
div.DivClassName
{
background-color: #63359B;
}
.BgClassName
{
background-color: #63359B;
}
</style>
border-color css
<style>
span { border-color: #63359B; }
span { border-color: rgb(99,53,155); }
td.TdClassName
{
border-color: #63359B;
}
.TagClassName
{
border-color: #63359B;
}
</style>