Shades of Royal Purple #643AAA
Tints of Royal Purple #643AAA
RGB
CMYK
RGB Variations
Color information
#643AAA (or 0x643AAA) is known color: Royal Purple. HEX triplet: 64, 3A and AA. RGB value is (100,58,170). Sum of RGB (Red+Green+Blue) = 100+58+170=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #643AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643AAA is #9BC555. Grayscale: #525252. Windows color (decimal): -10208598 or 11156068. OLE color: 11156068.
HSL color Cylindrical-coordinate representation of color #643AAA: hue angle of 262.5º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643AAA is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 58 | 170 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.33 |
| HSL | 262.5º | 0.49% | 0.45% | - |
| HSV(B) | 262.5º | 0.66% | 0.67% | - |
| XYZ | 14.02 | 8.64 | 38.96 | - |
| YUV | 83.33 | 176.91 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 170 | 0.41 | 0.66 | 0 | 0.33 | 262.5 | 0.49 | 0.45 |
| Hex | 64 | 3A | AA | 29 | 42 | 0 | 21 | 106 | 31 | 2D |
| Octal | 144 | 72 | 252 | 51 | 102 | 0 | 41 | 406 | 61 | 55 |
| Binary | 1100100 | 111010 | 10101010 | 101001 | 1000010 | 0 | 100001 | 100000110 | 110001 | 101101 |
Color Harmonies of #643AAA
Complementary color
Monochromatic Colors of #643AAA
Black with #643AAA
Text Example
Text Example
White with #643AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643AAA; }
p { color: rgb(100,58,170); }
H1.HeaderClassName
{
color: #643AAA;
}
.AnyTagClassName
{
color: #643AAA;
}
</style>
background-color css
<style>
a { background-color: #643AAA; }
a { background-color: rgb(100,58,170); }
div.DivClassName
{
background-color: #643AAA;
}
.BgClassName
{
background-color: #643AAA;
}
</style>
border-color css
<style>
span { border-color: #643AAA; }
span { border-color: rgb(100,58,170); }
td.TdClassName
{
border-color: #643AAA;
}
.TagClassName
{
border-color: #643AAA;
}
</style>