Shades of Royal Purple #633AB0
Tints of Royal Purple #633AB0
RGB
CMYK
RGB Variations
Color information
#633AB0 (or 0x633AB0) is known color: Royal Purple. HEX triplet: 63, 3A and B0. RGB value is (99,58,176). Sum of RGB (Red+Green+Blue) = 99+58+176=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #633AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633AB0 is #9CC54F. Grayscale: #535353. Windows color (decimal): -10274128 or 11549283. OLE color: 11549283.
HSL color Cylindrical-coordinate representation of color #633AB0: hue angle of 260.85º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #633AB0 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 58 | 176 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.31 |
| HSL | 260.85º | 0.5% | 0.46% | - |
| HSV(B) | 260.85º | 0.67% | 0.69% | - |
| XYZ | 14.5 | 8.81 | 42.01 | - |
| YUV | 83.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 176 | 0.44 | 0.67 | 0 | 0.31 | 260.85 | 0.5 | 0.46 |
| Hex | 63 | 3A | B0 | 2C | 43 | 0 | 1F | 105 | 32 | 2E |
| Octal | 143 | 72 | 260 | 54 | 103 | 0 | 37 | 405 | 62 | 56 |
| Binary | 1100011 | 111010 | 10110000 | 101100 | 1000011 | 0 | 11111 | 100000101 | 110010 | 101110 |
Color Harmonies of #633AB0
Complementary color
Monochromatic Colors of #633AB0
Black with #633AB0
Text Example
Text Example
White with #633AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633AB0; }
p { color: rgb(99,58,176); }
H1.HeaderClassName
{
color: #633AB0;
}
.AnyTagClassName
{
color: #633AB0;
}
</style>
background-color css
<style>
a { background-color: #633AB0; }
a { background-color: rgb(99,58,176); }
div.DivClassName
{
background-color: #633AB0;
}
.BgClassName
{
background-color: #633AB0;
}
</style>
border-color css
<style>
span { border-color: #633AB0; }
span { border-color: rgb(99,58,176); }
td.TdClassName
{
border-color: #633AB0;
}
.TagClassName
{
border-color: #633AB0;
}
</style>