Shades of Royal Purple #643EA8
Tints of Royal Purple #643EA8
RGB
CMYK
RGB Variations
Color information
#643EA8 (or 0x643EA8) is known color: Royal Purple. HEX triplet: 64, 3E and A8. RGB value is (100,62,168). Sum of RGB (Red+Green+Blue) = 100+62+168=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #643EA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643EA8 is #9BC157. Grayscale: #555555. Windows color (decimal): -10207576 or 11026020. OLE color: 11026020.
HSL color Cylindrical-coordinate representation of color #643EA8: hue angle of 261.51º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #643EA8 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 62 | 168 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.34 |
| HSL | 261.51º | 0.46% | 0.45% | - |
| HSV(B) | 261.51º | 0.63% | 0.66% | - |
| XYZ | 14.05 | 8.98 | 38.04 | - |
| YUV | 85.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 168 | 0.40 | 0.63 | 0 | 0.34 | 261.51 | 0.46 | 0.45 |
| Hex | 64 | 3E | A8 | 28 | 3F | 0 | 22 | 106 | 2E | 2D |
| Octal | 144 | 76 | 250 | 50 | 77 | 0 | 42 | 406 | 56 | 55 |
| Binary | 1100100 | 111110 | 10101000 | 101000 | 111111 | 0 | 100010 | 100000110 | 101110 | 101101 |
Color Harmonies of #643EA8
Complementary color
Monochromatic Colors of #643EA8
Black with #643EA8
Text Example
Text Example
White with #643EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643EA8; }
p { color: rgb(100,62,168); }
H1.HeaderClassName
{
color: #643EA8;
}
.AnyTagClassName
{
color: #643EA8;
}
</style>
background-color css
<style>
a { background-color: #643EA8; }
a { background-color: rgb(100,62,168); }
div.DivClassName
{
background-color: #643EA8;
}
.BgClassName
{
background-color: #643EA8;
}
</style>
border-color css
<style>
span { border-color: #643EA8; }
span { border-color: rgb(100,62,168); }
td.TdClassName
{
border-color: #643EA8;
}
.TagClassName
{
border-color: #643EA8;
}
</style>