Shades of Royal Purple #633BA0
Tints of Royal Purple #633BA0
RGB
CMYK
RGB Variations
Color information
#633BA0 (or 0x633BA0) is known color: Royal Purple. HEX triplet: 63, 3B and A0. RGB value is (99,59,160). Sum of RGB (Red+Green+Blue) = 99+59+160=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #633BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633BA0 is #9CC45F. Grayscale: #525252. Windows color (decimal): -10273888 or 10500963. OLE color: 10500963.
HSL color Cylindrical-coordinate representation of color #633BA0: hue angle of 263.76º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #633BA0 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 59 | 160 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.37 |
| HSL | 263.76º | 0.46% | 0.43% | - |
| HSV(B) | 263.76º | 0.63% | 0.63% | - |
| XYZ | 13.05 | 8.32 | 34.18 | - |
| YUV | 82.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 160 | 0.38 | 0.63 | 0 | 0.37 | 263.76 | 0.46 | 0.43 |
| Hex | 63 | 3B | A0 | 26 | 3F | 0 | 25 | 108 | 2E | 2B |
| Octal | 143 | 73 | 240 | 46 | 77 | 0 | 45 | 410 | 56 | 53 |
| Binary | 1100011 | 111011 | 10100000 | 100110 | 111111 | 0 | 100101 | 100001000 | 101110 | 101011 |
Color Harmonies of #633BA0
Complementary color
Monochromatic Colors of #633BA0
Black with #633BA0
Text Example
Text Example
White with #633BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633BA0; }
p { color: rgb(99,59,160); }
H1.HeaderClassName
{
color: #633BA0;
}
.AnyTagClassName
{
color: #633BA0;
}
</style>
background-color css
<style>
a { background-color: #633BA0; }
a { background-color: rgb(99,59,160); }
div.DivClassName
{
background-color: #633BA0;
}
.BgClassName
{
background-color: #633BA0;
}
</style>
border-color css
<style>
span { border-color: #633BA0; }
span { border-color: rgb(99,59,160); }
td.TdClassName
{
border-color: #633BA0;
}
.TagClassName
{
border-color: #633BA0;
}
</style>