Shades of Royal Purple #643FAA
Tints of Royal Purple #643FAA
RGB
CMYK
RGB Variations
Color information
#643FAA (or 0x643FAA) is known color: Royal Purple. HEX triplet: 64, 3F and AA. RGB value is (100,63,170). Sum of RGB (Red+Green+Blue) = 100+63+170=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #643FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643FAA is #9BC055. Grayscale: #555555. Windows color (decimal): -10207318 or 11157348. OLE color: 11157348.
HSL color Cylindrical-coordinate representation of color #643FAA: hue angle of 260.75º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #643FAA is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 63 | 170 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.33 |
| HSL | 260.75º | 0.46% | 0.46% | - |
| HSV(B) | 260.75º | 0.63% | 0.67% | - |
| XYZ | 14.29 | 9.17 | 39.05 | - |
| YUV | 86.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 170 | 0.41 | 0.63 | 0 | 0.33 | 260.75 | 0.46 | 0.46 |
| Hex | 64 | 3F | AA | 29 | 3F | 0 | 21 | 105 | 2E | 2E |
| Octal | 144 | 77 | 252 | 51 | 77 | 0 | 41 | 405 | 56 | 56 |
| Binary | 1100100 | 111111 | 10101010 | 101001 | 111111 | 0 | 100001 | 100000101 | 101110 | 101110 |
Color Harmonies of #643FAA
Complementary color
Monochromatic Colors of #643FAA
Black with #643FAA
Text Example
Text Example
White with #643FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643FAA; }
p { color: rgb(100,63,170); }
H1.HeaderClassName
{
color: #643FAA;
}
.AnyTagClassName
{
color: #643FAA;
}
</style>
background-color css
<style>
a { background-color: #643FAA; }
a { background-color: rgb(100,63,170); }
div.DivClassName
{
background-color: #643FAA;
}
.BgClassName
{
background-color: #643FAA;
}
</style>
border-color css
<style>
span { border-color: #643FAA; }
span { border-color: rgb(100,63,170); }
td.TdClassName
{
border-color: #643FAA;
}
.TagClassName
{
border-color: #643FAA;
}
</style>