Shades of Royal Purple #643699
Tints of Royal Purple #643699
RGB
CMYK
RGB Variations
Color information
#643699 (or 0x643699) is known color: Royal Purple. HEX triplet: 64, 36 and 99. RGB value is (100,54,153). Sum of RGB (Red+Green+Blue) = 100+54+153=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #643699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643699 is #9BC966. Grayscale: #4E4E4E. Windows color (decimal): -10209639 or 10040932. OLE color: 10040932.
HSL color Cylindrical-coordinate representation of color #643699: hue angle of 267.88º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #643699 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 54 | 153 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.4 |
| HSL | 267.88º | 0.48% | 0.41% | - |
| HSV(B) | 267.88º | 0.65% | 0.6% | - |
| XYZ | 12.32 | 7.65 | 30.96 | - |
| YUV | 79.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 153 | 0.35 | 0.65 | 0 | 0.4 | 267.88 | 0.48 | 0.41 |
| Hex | 64 | 36 | 99 | 23 | 41 | 0 | 28 | 10C | 30 | 29 |
| Octal | 144 | 66 | 231 | 43 | 101 | 0 | 50 | 414 | 60 | 51 |
| Binary | 1100100 | 110110 | 10011001 | 100011 | 1000001 | 0 | 101000 | 100001100 | 110000 | 101001 |
Color Harmonies of #643699
Complementary color
Monochromatic Colors of #643699
Black with #643699
Text Example
Text Example
White with #643699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643699; }
p { color: rgb(100,54,153); }
H1.HeaderClassName
{
color: #643699;
}
.AnyTagClassName
{
color: #643699;
}
</style>
background-color css
<style>
a { background-color: #643699; }
a { background-color: rgb(100,54,153); }
div.DivClassName
{
background-color: #643699;
}
.BgClassName
{
background-color: #643699;
}
</style>
border-color css
<style>
span { border-color: #643699; }
span { border-color: rgb(100,54,153); }
td.TdClassName
{
border-color: #643699;
}
.TagClassName
{
border-color: #643699;
}
</style>