Shades of Royal Purple #643BA8
Tints of Royal Purple #643BA8
RGB
CMYK
RGB Variations
Color information
#643BA8 (or 0x643BA8) is known color: Royal Purple. HEX triplet: 64, 3B and A8. RGB value is (100,59,168). Sum of RGB (Red+Green+Blue) = 100+59+168=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #643BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BA8 is #9BC457. Grayscale: #535353. Windows color (decimal): -10208344 or 11025252. OLE color: 11025252.
HSL color Cylindrical-coordinate representation of color #643BA8: hue angle of 262.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #643BA8 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 59 | 168 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.34 |
| HSL | 262.57º | 0.48% | 0.45% | - |
| HSV(B) | 262.57º | 0.65% | 0.66% | - |
| XYZ | 13.89 | 8.66 | 37.99 | - |
| YUV | 83.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 168 | 0.40 | 0.65 | 0 | 0.34 | 262.57 | 0.48 | 0.45 |
| Hex | 64 | 3B | A8 | 28 | 41 | 0 | 22 | 107 | 30 | 2D |
| Octal | 144 | 73 | 250 | 50 | 101 | 0 | 42 | 407 | 60 | 55 |
| Binary | 1100100 | 111011 | 10101000 | 101000 | 1000001 | 0 | 100010 | 100000111 | 110000 | 101101 |
Color Harmonies of #643BA8
Complementary color
Monochromatic Colors of #643BA8
Black with #643BA8
Text Example
Text Example
White with #643BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BA8; }
p { color: rgb(100,59,168); }
H1.HeaderClassName
{
color: #643BA8;
}
.AnyTagClassName
{
color: #643BA8;
}
</style>
background-color css
<style>
a { background-color: #643BA8; }
a { background-color: rgb(100,59,168); }
div.DivClassName
{
background-color: #643BA8;
}
.BgClassName
{
background-color: #643BA8;
}
</style>
border-color css
<style>
span { border-color: #643BA8; }
span { border-color: rgb(100,59,168); }
td.TdClassName
{
border-color: #643BA8;
}
.TagClassName
{
border-color: #643BA8;
}
</style>