Shades of Royal Purple #63269A
Tints of Royal Purple #63269A
RGB
CMYK
RGB Variations
Color information
#63269A (or 0x63269A) is known color: Royal Purple. HEX triplet: 63, 26 and 9A. RGB value is (99,38,154). Sum of RGB (Red+Green+Blue) = 99+38+154=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #63269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63269A is #9CD965. Grayscale: #454545. Windows color (decimal): -10279270 or 10102371. OLE color: 10102371.
HSL color Cylindrical-coordinate representation of color #63269A: hue angle of 271.55º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63269A is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 38 | 154 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.40 |
| HSL | 271.55º | 0.6% | 0.38% | - |
| HSV(B) | 271.55º | 0.75% | 0.6% | - |
| XYZ | 11.67 | 6.37 | 31.19 | - |
| YUV | 69.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 154 | 0.36 | 0.75 | 0 | 0.40 | 271.55 | 0.6 | 0.38 |
| Hex | 63 | 26 | 9A | 24 | 4B | 0 | 28 | 110 | 3C | 26 |
| Octal | 143 | 46 | 232 | 44 | 113 | 0 | 50 | 420 | 74 | 46 |
| Binary | 1100011 | 100110 | 10011010 | 100100 | 1001011 | 0 | 101000 | 100010000 | 111100 | 100110 |
Color Harmonies of #63269A
Complementary color
Monochromatic Colors of #63269A
Black with #63269A
Text Example
Text Example
White with #63269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63269A; }
p { color: rgb(99,38,154); }
H1.HeaderClassName
{
color: #63269A;
}
.AnyTagClassName
{
color: #63269A;
}
</style>
background-color css
<style>
a { background-color: #63269A; }
a { background-color: rgb(99,38,154); }
div.DivClassName
{
background-color: #63269A;
}
.BgClassName
{
background-color: #63269A;
}
</style>
border-color css
<style>
span { border-color: #63269A; }
span { border-color: rgb(99,38,154); }
td.TdClassName
{
border-color: #63269A;
}
.TagClassName
{
border-color: #63269A;
}
</style>