Shades of Royal Purple #643A99
Tints of Royal Purple #643A99
RGB
CMYK
RGB Variations
Color information
#643A99 (or 0x643A99) is known color: Royal Purple. HEX triplet: 64, 3A and 99. RGB value is (100,58,153). Sum of RGB (Red+Green+Blue) = 100+58+153=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #643A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643A99 is #9BC566. Grayscale: #515151. Windows color (decimal): -10208615 or 10041956. OLE color: 10041956.
HSL color Cylindrical-coordinate representation of color #643A99: hue angle of 266.53º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #643A99 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 58 | 153 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.4 |
| HSL | 266.53º | 0.45% | 0.41% | - |
| HSV(B) | 266.53º | 0.62% | 0.6% | - |
| XYZ | 12.52 | 8.04 | 31.03 | - |
| YUV | 81.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 153 | 0.35 | 0.62 | 0 | 0.4 | 266.53 | 0.45 | 0.41 |
| Hex | 64 | 3A | 99 | 23 | 3E | 0 | 28 | 10B | 2D | 29 |
| Octal | 144 | 72 | 231 | 43 | 76 | 0 | 50 | 413 | 55 | 51 |
| Binary | 1100100 | 111010 | 10011001 | 100011 | 111110 | 0 | 101000 | 100001011 | 101101 | 101001 |
Color Harmonies of #643A99
Complementary color
Monochromatic Colors of #643A99
Black with #643A99
Text Example
Text Example
White with #643A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A99; }
p { color: rgb(100,58,153); }
H1.HeaderClassName
{
color: #643A99;
}
.AnyTagClassName
{
color: #643A99;
}
</style>
background-color css
<style>
a { background-color: #643A99; }
a { background-color: rgb(100,58,153); }
div.DivClassName
{
background-color: #643A99;
}
.BgClassName
{
background-color: #643A99;
}
</style>
border-color css
<style>
span { border-color: #643A99; }
span { border-color: rgb(100,58,153); }
td.TdClassName
{
border-color: #643A99;
}
.TagClassName
{
border-color: #643A99;
}
</style>