Shades of Royal Purple #63279F
Tints of Royal Purple #63279F
RGB
CMYK
RGB Variations
Color information
#63279F (or 0x63279F) is known color: Royal Purple. HEX triplet: 63, 27 and 9F. RGB value is (99,39,159). Sum of RGB (Red+Green+Blue) = 99+39+159=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #63279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63279F is #9CD860. Grayscale: #464646. Windows color (decimal): -10279009 or 10430307. OLE color: 10430307.
HSL color Cylindrical-coordinate representation of color #63279F: hue angle of 270º degrees, saturation: 0.61, 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 #63279F is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 39 | 159 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.38 |
| HSL | 270º | 0.61% | 0.39% | - |
| HSV(B) | 270º | 0.75% | 0.62% | - |
| XYZ | 12.13 | 6.61 | 33.44 | - |
| YUV | 70.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 159 | 0.38 | 0.75 | 0 | 0.38 | 270 | 0.61 | 0.39 |
| Hex | 63 | 27 | 9F | 26 | 4B | 0 | 26 | 10E | 3D | 27 |
| Octal | 143 | 47 | 237 | 46 | 113 | 0 | 46 | 416 | 75 | 47 |
| Binary | 1100011 | 100111 | 10011111 | 100110 | 1001011 | 0 | 100110 | 100001110 | 111101 | 100111 |
Color Harmonies of #63279F
Complementary color
Monochromatic Colors of #63279F
Black with #63279F
Text Example
Text Example
White with #63279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63279F; }
p { color: rgb(99,39,159); }
H1.HeaderClassName
{
color: #63279F;
}
.AnyTagClassName
{
color: #63279F;
}
</style>
background-color css
<style>
a { background-color: #63279F; }
a { background-color: rgb(99,39,159); }
div.DivClassName
{
background-color: #63279F;
}
.BgClassName
{
background-color: #63279F;
}
</style>
border-color css
<style>
span { border-color: #63279F; }
span { border-color: rgb(99,39,159); }
td.TdClassName
{
border-color: #63279F;
}
.TagClassName
{
border-color: #63279F;
}
</style>