Shades of Royal Purple #643BA7
Tints of Royal Purple #643BA7
RGB
CMYK
RGB Variations
Color information
#643BA7 (or 0x643BA7) is known color: Royal Purple. HEX triplet: 64, 3B and A7. RGB value is (100,59,167). Sum of RGB (Red+Green+Blue) = 100+59+167=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 167 (65.62% from 255 or 51.23% from 326); Max value from RGB is 167 - color contains mainly: blue. Hex color #643BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BA7 is #9BC458. Grayscale: #535353. Windows color (decimal): -10208345 or 10959716. OLE color: 10959716.
HSL color Cylindrical-coordinate representation of color #643BA7: hue angle of 262.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #643BA7 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 59 | 167 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.35 |
| HSL | 262.78º | 0.48% | 0.44% | - |
| HSV(B) | 262.78º | 0.65% | 0.65% | - |
| XYZ | 13.79 | 8.63 | 37.5 | - |
| YUV | 83.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 167 | 0.40 | 0.65 | 0 | 0.35 | 262.78 | 0.48 | 0.44 |
| Hex | 64 | 3B | A7 | 28 | 41 | 0 | 23 | 107 | 30 | 2C |
| Octal | 144 | 73 | 247 | 50 | 101 | 0 | 43 | 407 | 60 | 54 |
| Binary | 1100100 | 111011 | 10100111 | 101000 | 1000001 | 0 | 100011 | 100000111 | 110000 | 101100 |
Color Harmonies of #643BA7
Complementary color
Monochromatic Colors of #643BA7
Black with #643BA7
Text Example
Text Example
White with #643BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BA7; }
p { color: rgb(100,59,167); }
H1.HeaderClassName
{
color: #643BA7;
}
.AnyTagClassName
{
color: #643BA7;
}
</style>
background-color css
<style>
a { background-color: #643BA7; }
a { background-color: rgb(100,59,167); }
div.DivClassName
{
background-color: #643BA7;
}
.BgClassName
{
background-color: #643BA7;
}
</style>
border-color css
<style>
span { border-color: #643BA7; }
span { border-color: rgb(100,59,167); }
td.TdClassName
{
border-color: #643BA7;
}
.TagClassName
{
border-color: #643BA7;
}
</style>