Shades of Royal Purple #643DAD
Tints of Royal Purple #643DAD
RGB
CMYK
RGB Variations
Color information
#643DAD (or 0x643DAD) is known color: Royal Purple. HEX triplet: 64, 3D and AD. RGB value is (100,61,173). Sum of RGB (Red+Green+Blue) = 100+61+173=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #643DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643DAD is #9BC252. Grayscale: #555555. Windows color (decimal): -10207827 or 11353444. OLE color: 11353444.
HSL color Cylindrical-coordinate representation of color #643DAD: hue angle of 260.89º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #643DAD is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 61 | 173 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.32 |
| HSL | 260.89º | 0.48% | 0.46% | - |
| HSV(B) | 260.89º | 0.65% | 0.68% | - |
| XYZ | 14.47 | 9.06 | 40.52 | - |
| YUV | 85.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 173 | 0.42 | 0.65 | 0 | 0.32 | 260.89 | 0.48 | 0.46 |
| Hex | 64 | 3D | AD | 2A | 41 | 0 | 20 | 105 | 30 | 2E |
| Octal | 144 | 75 | 255 | 52 | 101 | 0 | 40 | 405 | 60 | 56 |
| Binary | 1100100 | 111101 | 10101101 | 101010 | 1000001 | 0 | 100000 | 100000101 | 110000 | 101110 |
Color Harmonies of #643DAD
Complementary color
Monochromatic Colors of #643DAD
Black with #643DAD
Text Example
Text Example
White with #643DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643DAD; }
p { color: rgb(100,61,173); }
H1.HeaderClassName
{
color: #643DAD;
}
.AnyTagClassName
{
color: #643DAD;
}
</style>
background-color css
<style>
a { background-color: #643DAD; }
a { background-color: rgb(100,61,173); }
div.DivClassName
{
background-color: #643DAD;
}
.BgClassName
{
background-color: #643DAD;
}
</style>
border-color css
<style>
span { border-color: #643DAD; }
span { border-color: rgb(100,61,173); }
td.TdClassName
{
border-color: #643DAD;
}
.TagClassName
{
border-color: #643DAD;
}
</style>