Shades of Royal Purple #633398
Tints of Royal Purple #633398
RGB
CMYK
RGB Variations
Color information
#633398 (or 0x633398) is known color: Royal Purple. HEX triplet: 63, 33 and 98. RGB value is (99,51,152). Sum of RGB (Red+Green+Blue) = 99+51+152=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #633398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633398 is #9CCC67. Grayscale: #4C4C4C. Windows color (decimal): -10275944 or 9974627. OLE color: 9974627.
HSL color Cylindrical-coordinate representation of color #633398: hue angle of 268.51º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #633398 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 51 | 152 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.40 |
| HSL | 268.51º | 0.5% | 0.4% | - |
| HSV(B) | 268.51º | 0.66% | 0.6% | - |
| XYZ | 12 | 7.29 | 30.48 | - |
| YUV | 76.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 152 | 0.35 | 0.66 | 0 | 0.40 | 268.51 | 0.5 | 0.4 |
| Hex | 63 | 33 | 98 | 23 | 42 | 0 | 28 | 10D | 32 | 28 |
| Octal | 143 | 63 | 230 | 43 | 102 | 0 | 50 | 415 | 62 | 50 |
| Binary | 1100011 | 110011 | 10011000 | 100011 | 1000010 | 0 | 101000 | 100001101 | 110010 | 101000 |
Color Harmonies of #633398
Complementary color
Monochromatic Colors of #633398
Black with #633398
Text Example
Text Example
White with #633398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633398; }
p { color: rgb(99,51,152); }
H1.HeaderClassName
{
color: #633398;
}
.AnyTagClassName
{
color: #633398;
}
</style>
background-color css
<style>
a { background-color: #633398; }
a { background-color: rgb(99,51,152); }
div.DivClassName
{
background-color: #633398;
}
.BgClassName
{
background-color: #633398;
}
</style>
border-color css
<style>
span { border-color: #633398; }
span { border-color: rgb(99,51,152); }
td.TdClassName
{
border-color: #633398;
}
.TagClassName
{
border-color: #633398;
}
</style>